-
<%if @show_view%>
- <%= link_to(post.author.name, user_path(post.author),:class=>"unified_user")%> <%= t('updated_time_ago', :time => time_ago_in_words(post.updated_at)) %> <%end%> <%if post.text.size < 500 || @show_view%>
- <%=sanitize(auto_link(post_format(post.text)))%> <%else%>
- <%=sanitize(auto_link(post_format(post.text)))%> <%end%>