Merge branch '33819-authorby' into 'master'

correct ByAuthor translation in commit box

Closes #33819

See merge request !12256
This commit is contained in:
Douwe Maan 2017-06-19 14:08:05 +00:00
commit c0c3942628
1 changed files with 1 additions and 1 deletions

View File

@ -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)