diff options
author | Simon Knox <psimyn@gmail.com> | 2017-06-19 11:50:22 +1000 |
---|---|---|
committer | Simon Knox <psimyn@gmail.com> | 2017-06-19 11:50:22 +1000 |
commit | 8cef4b5e21349cee862c3e2f03fb8997a12cd9df (patch) | |
tree | aa14d13d333c3e9e8694e0e6e264150e4e3199e1 | |
parent | f01c5d8627ce069e84f04e587ab59ebbf7e8ac88 (diff) | |
download | gitlab-ce-8cef4b5e21349cee862c3e2f03fb8997a12cd9df.tar.gz |
correct ByAuthor translation in commit box33819-authorby
-rw-r--r-- | app/views/projects/commit/_commit_box.html.haml | 2 |
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) |