summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Knox <psimyn@gmail.com>2017-06-19 11:50:22 +1000
committerSimon Knox <psimyn@gmail.com>2017-06-19 11:50:22 +1000
commit8cef4b5e21349cee862c3e2f03fb8997a12cd9df (patch)
treeaa14d13d333c3e9e8694e0e6e264150e4e3199e1
parentf01c5d8627ce069e84f04e587ab59ebbf7e8ac88 (diff)
downloadgitlab-ce-33819-authorby.tar.gz
correct ByAuthor translation in commit box33819-authorby
-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 df97b4d9c13..7fe44816bae 100644
--- a/app/views/projects/commit/_commit_box.html.haml
+++ b/app/views/projects/commit/_commit_box.html.haml
@@ -6,7 +6,7 @@
= clipboard_button(text: @commit.id, title: _("Copy commit SHA to clipboard"))
%span.hidden-xs authored
#{time_ago_with_tooltip(@commit.authored_date)}
- %span= _('ByAuthor|by')
+ %span= s_('ByAuthor|by')
= author_avatar(@commit, size: 24)
%strong
= commit_author_link(@commit, avatar: true, size: 24)