<%= namelink shoutmsg.user %> <%= shoutmsg.created_at ? shoutmsg.created_at.strftime("%H:%M") : Time.now.strftime("%H:%M") %>
<%= auto_link(shoutmsg.text, :html => { :target => '_blank' }) %> <% if shoutmsg.can_destroy? cuser %> <%= link_to icon('times'), shoutmsg, method: :delete, class: 'destroy' %> <% end %>