Show Message

<%= @dmail.title %>

  • Sender: <%= link_to_user @dmail.from %>
  • Recipient: <%= link_to_user @dmail.to %>
  • Date: <%= compact_time(@dmail.created_at) %>

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

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