%
conv_user = conversation.get_user
is_my_post = conversation.my_post?(current_user.id.to_s)
tagged_users = conversation.tagged_users
%>
">
<% if !is_my_post %>
">
<%= conv_user.name rescue "" %>
<% end %>
<%= conversation.created_at.strftime("%d %b %Y %H:%M")%>
<% if !tagged_users.empty? %>
<% tagged_users.each do |user| %>
">
">
<% end %>
<% end %>
<%= conversation.content.html_safe %>
<% if is_my_post %>
">
<%= conv_user.name rescue "" %>
<% end %>