Add links to person profile for post hidden text
This commit is contained in:
parent
60cb9e43a7
commit
2bb2c6e3e8
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue