RS, DG; removing the last link_to_person
This commit is contained in:
parent
f73c5c6a05
commit
355aba75df
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
= person_image_tag(post.person)
|
||||
|
||||
%span.from
|
||||
= link_to_person post.person
|
||||
= link_to post.person.real_name, post.person
|
||||
%b shared a link
|
||||
%br
|
||||
= post.title
|
||||
|
|
|
|||
Loading…
Reference in a new issue