diff --git a/app/views/tag/_contributors.html.erb b/app/views/tag/_contributors.html.erb index 6d25ed9f6a..d2d845fde5 100644 --- a/app/views/tag/_contributors.html.erb +++ b/app/views/tag/_contributors.html.erb @@ -40,17 +40,20 @@ <% elsif @note_count.nil? || @note_count == 0 %>
<%= raw translation('tag.contributors.no_contributors', :tag => params[:id]) %>:
<% else %> -<%= translation('tag.contributors.people_who\'ve_posted') %> | -<%= translation('tag.contributors.notes') %> | + +<%= t('tag.contributors.people_who\'ve_posted') %> | +<%= t('tag.contributors.following') %> | +<%= t('tag.contributors.notes') %> | +
---|---|---|---|---|
<%= user.name %> | -<%= translation('tag.contributors.notes') %> » | +<% if user.following(params[:id])%><% end %> | +<%= t('tag.contributors.notes') %> » |