Add links to person profile for post hidden text

This commit is contained in:
Gonzalo Rodriguez 2011-09-15 23:16:13 -03:00
parent 60cb9e43a7
commit 2bb2c6e3e8

View file

@ -13,9 +13,9 @@
.undo_text.hidden
%p
= t('post_visibilites.update.post_hidden_and_muted', :name => post.author.name)
= t('post_visibilites.update.post_hidden_and_muted', :name => person_link(post.author)).html_safe
%p
= t('post_visibilites.update.see_it_on_their_profile', :name => post.author.name)
= t('post_visibilites.update.see_it_on_their_profile', :name => person_link(post.author)).html_safe
= link_to t('undo'), post_visibility_path(:id => "42", :post_id => post.id), :method => :put, :remote => true
.sm_body