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: <%= @dmail.creator_ip_addr %>
  • <% end %>

Body

<%= format_text(@dmail.body) %>

<%= 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) %>

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