<% title @msg.title + " - " + @config.website_name %>
<%= render 'admin_panel/sidebar_nav' %>
<%= bootstrap_flash %> <%= t "contact.by" %> <% if @msg.user != nil %> <%= @msg.user.full_name %>, <% else %> <%= @msg.email %>, <% end %> <%= time_ago_in_words(@msg.created_at) %> <%= t "blog.ago" %>

<%= @msg.content %>