Merge pull request #5508 from AntonKhorev/fix-dashboard-follow
Fix missing translation of Follow links on dashboard
This commit is contained in:
commit
d6238e87a1
2 changed files with 26 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
<% if current_user.friends_with?(contact) %>
|
||||
<%= link_to t("users.show.unfollow"), follow_path(:display_name => contact.display_name, :referer => request.fullpath), :method => :delete %>
|
||||
<% else %>
|
||||
<%= link_to t("users.follow"), follow_path(:display_name => contact.display_name, :referer => request.fullpath), :method => :post %>
|
||||
<%= link_to t("users.show.follow"), follow_path(:display_name => contact.display_name, :referer => request.fullpath), :method => :post %>
|
||||
<% end %>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue