<%= content_for :head do %> <%= javascript_include_tag 'georgia_mailer/application' %> <%= stylesheet_link_tag 'georgia_mailer/application' %> <% end -%>
<%= link_to_back search_messages_path %>
<%= message_actions_list(@message) %>

<%= @message.subject %>

<%= @message.name_or_anonymous %> <<%= @message.email %>> on <%= @message.created_at.strftime('%F %H:%M') %> sent from <%= link_to @message.referrer, @message.referrer %>
<%= @message.message.html_safe %>

Phone: <%= @message.phone_or_none %>

Attachment: <% if @message.attachment.try(:file) and @message.attachment.file.exists? %> <%= link_to @message.attachment.file.filename, @message.attachment.url %> <% else -%> There were no attachments. <% end -%>