From d45e53bb9175484137e11584f00f630fe13b4b74 Mon Sep 17 00:00:00 2001 From: movilla Date: Sun, 22 Jul 2012 13:32:02 +0300 Subject: [PATCH] Link to post in the mobile --- app/views/shared/_post_info.mobile.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/_post_info.mobile.haml b/app/views/shared/_post_info.mobile.haml index e28d4dd30..b1c7bdfe8 100644 --- a/app/views/shared/_post_info.mobile.haml +++ b/app/views/shared/_post_info.mobile.haml @@ -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