% page_title "Message: #{@dmail.title}" %> <%= render "secondary_links" %>
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 "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 "Spam", spam_dmail_path(@dmail), remote: :true, method: :post %> <% end %> <% end %> <% if @dmail.reportable_by?(CurrentUser.user) %> | <%= link_to "Report", new_moderation_report_path(moderation_report: { model_type: "Dmail", model_id: @dmail.id }), remote: true, title: "Report this dmail to the moderators" %> <% end %>