<% if msg.unread %>
<%= link_to ''.html_safe, mark_contact_message_as_readed_path(msg), :class => 'btn' %>
<% else %>
<%= link_to ''.html_safe, mark_contact_message_as_unread_path(msg), :class => 'btn' %>
<% end %>
<%= link_to ''.html_safe, msg, method: :delete, data: { confirm: 'Are you sure?' }, :class => 'btn btn-danger' %>