%= content_for :head do %> <%= javascript_include_tag 'georgia_mailer/application' %> <%= stylesheet_link_tag 'georgia_mailer/application' %> <% end -%> <%= link_to_back search_messages_path %> <%= @message.subject %> <%= link_to "#{icon_tag('reply')} Reply".html_safe, "mailto:#{@message.email}", class: 'btn btn-warning btn-sm', target: '_blank' %> Toggle Dropdown <%= message_actions_list(@message) %> <%= @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 attachment. <% end -%>
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 attachment. <% end -%>