summaryrefslogtreecommitdiff
path: root/app/views/projects/commit
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/commit
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/commit')
-rw-r--r--app/views/projects/commit/_commit_box.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commit/_commit_box.html.haml b/app/views/projects/commit/_commit_box.html.haml
index a9ee9230076..08eb0c57f66 100644
--- a/app/views/projects/commit/_commit_box.html.haml
+++ b/app/views/projects/commit/_commit_box.html.haml
@@ -1,7 +1,7 @@
.page-content-header
.header-main-content
%strong
- = clipboard_button(clipboard_text: @commit.id)
+ = clipboard_button(clipboard_text: @commit.id, title: "Copy commit SHA to clipboard")
= @commit.short_id
%span.hidden-xs authored
#{time_ago_with_tooltip(@commit.authored_date)}