summaryrefslogtreecommitdiff
path: root/app/views/projects/tree/_tree_content.html.haml
diff options
context:
space:
mode:
authorvictorwu <victor@gitlab.com>2017-01-12 15:57:00 -0500
committervictorwu <victor@gitlab.com>2017-01-17 15:12:13 -0500
commitb6c7e88d3e5e798d6b58c80f213d749871b4b6f4 (patch)
treeb755a591860912b3f10faabc2e99ab65e6098502 /app/views/projects/tree/_tree_content.html.haml
parente2f0b83061df3b19b683b67d142acea65d5df0fd (diff)
downloadgitlab-ce-b6c7e88d3e5e798d6b58c80f213d749871b4b6f4.tar.gz
Update clipboard_button text: Copy commit SHA to clipboardclipboard-button-commit-sha
Diffstat (limited to 'app/views/projects/tree/_tree_content.html.haml')
-rw-r--r--app/views/projects/tree/_tree_content.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/tree/_tree_content.html.haml b/app/views/projects/tree/_tree_content.html.haml
index 038a960bd0c..2c08221565b 100644
--- a/app/views/projects/tree/_tree_content.html.haml
+++ b/app/views/projects/tree/_tree_content.html.haml
@@ -8,7 +8,7 @@
.pull-left Last commit
.last-commit.hidden-sm.pull-left
%small.light
- = clipboard_button(clipboard_text: @commit.id)
+ = clipboard_button(clipboard_text: @commit.id, title: "Copy commit SHA to clipboard")
= link_to @commit.short_id, namespace_project_commit_path(@project.namespace, @project, @commit), class: "monospace"
= time_ago_with_tooltip(@commit.committed_date)
= @commit.full_title