Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
38aed6d2
Commit
38aed6d2
authored
Jun 01, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
5f1b8c14
2ad5b30b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
11 deletions
+17
-11
app/assets/javascripts/diffs/components/diff_file_header.vue
app/assets/javascripts/diffs/components/diff_file_header.vue
+11
-10
app/assets/javascripts/diffs/components/edit_button.vue
app/assets/javascripts/diffs/components/edit_button.vue
+1
-1
changelogs/unreleased/61821-tooltip-consistency.yml
changelogs/unreleased/61821-tooltip-consistency.yml
+5
-0
No files found.
app/assets/javascripts/diffs/components/diff_file_header.vue
View file @
38aed6d2
...
...
@@ -254,16 +254,17 @@ export default {
<diff-stats
:added-lines=
"diffFile.added_lines"
:removed-lines=
"diffFile.removed_lines"
/>
<div
class=
"btn-group"
role=
"group"
>
<template
v-if=
"diffFile.blob && diffFile.blob.readable_text"
>
<button
:disabled=
"!diffHasDiscussions(diffFile)"
:class=
"
{ active: hasExpandedDiscussions }"
:title="s__('MergeRequests|Toggle comments for this file')"
class="js-btn-vue-toggle-comments btn"
type="button"
@click="handleToggleDiscussions"
>
<icon
name=
"comment"
/>
</button>
<span
v-gl-tooltip
.
hover
:title=
"s__('MergeRequests|Toggle comments for this file')"
>
<gl-button
:disabled=
"!diffHasDiscussions(diffFile)"
:class=
"
{ active: hasExpandedDiscussions }"
class="js-btn-vue-toggle-comments btn"
type="button"
@click="handleToggleDiscussions"
>
<icon
name=
"comment"
/>
</gl-button>
</span>
<edit-button
v-if=
"!diffFile.deleted_file"
...
...
app/assets/javascripts/diffs/components/edit_button.vue
View file @
38aed6d2
...
...
@@ -38,7 +38,7 @@ export default {
<
template
>
<gl-button
v-gl-tooltip
.
bottom
v-gl-tooltip
.
top
:href=
"editPath"
:title=
"__('Edit file')"
class=
"js-edit-blob"
...
...
changelogs/unreleased/61821-tooltip-consistency.yml
0 → 100644
View file @
38aed6d2
---
title
:
Resolve Tooltip Consistency
merge_request
:
28839
author
:
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment