Merge pull request #3465 from movilla/master

Link to post in the mobile
This commit is contained in:
Florian Staudacher 2012-07-22 04:03:35 -07:00
commit b585a02c0b

View file

@ -7,7 +7,7 @@
= person_link(post.author)
.info
%span.time{:integer => post.created_at.to_i}
= t('ago', :time => time_ago_in_words(post.created_at))
= link_to(t('ago', :time => time_ago_in_words(post.created_at)), post_path(post))
%span.via
- if post.activity_streams?
= t('shared.stream_element.via', :link => link_to("#{post.provider_display_name}", post.actor_url)).html_safe