trying to fix status message bug
This commit is contained in:
parent
d9a6bb7ba2
commit
b6c6316886
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
= link_to_person post.person
|
||||
= post.message
|
||||
%div.time
|
||||
= link_to "#{time_ago_in_words(post.updated_at)} ago", status_message_path(post)
|
||||
= link_to(how_long_ago(post), status_message_path(post))
|
||||
= render "comments/comments", :post => post
|
||||
- if mine?(post)
|
||||
= link_to 'Destroy', status_message_path(post), :confirm => 'Are you sure?', :method => :delete
|
||||
|
|
|
|||
Loading…
Reference in a new issue