Show Message

<%= @dmail.title %>

  • Sender: <%= link_to_user @dmail.from %>
  • Recipient: <%= link_to_user @dmail.to %>
  • Date: <%= compact_time(@dmail.created_at) %>
  • <% if CurrentUser.user.is_moderator? %>
  • Sender IP: <%= link_to_ip @dmail.creator_ip_addr %>
  • <% end %>

Body

<%= format_text(@dmail.body) %> <% if @dmail.is_automated? %>

This is an automated message. Responses will not be seen. If you have any questions either message a moderator or ask in the forum.

<% end %>

<%= link_to "Respond", new_dmail_path(:respond_to_id => @dmail) %> | <%= link_to "Forward", new_dmail_path(:respond_to_id => @dmail, :forward => true) %> | <%= link_to "Filter messages like these", edit_maintenance_user_dmail_filter_path(:dmail_id => @dmail.id) %> | <%= link_to "Permalink", dmail_path(@dmail, :key => @dmail.key), :title => "Use this URL to privately share with a moderator" %> <% if CurrentUser.is_gold? %> <% if @dmail.is_spam? %> | <%= link_to "Not spam", ham_dmail_path(@dmail), remote: :true, method: :post %> <% else %> | <%= link_to "Mark as spam", spam_dmail_path(@dmail), remote: :true, method: :post %> <% end %> <% end %>

<%= render "secondary_links" %> <% content_for(:page_title) do %> Message - <%= @dmail.title %> - <%= Danbooru.config.app_name %> <% end %>