dmails: remove ability to mark dmails as spam.
Instead of marking messages as spam, users can either report the message or mark it as deleted.
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
<%= subnav_link_to "Received", dmails_path(search: { folder: "received" }) %>
|
||||
<%= subnav_link_to "Unread", dmails_path(search: { folder: "unread" }) %>
|
||||
<%= subnav_link_to "Sent", dmails_path(search: { folder: "sent" }) %>
|
||||
<%= subnav_link_to "Spam", dmails_path(search: { folder: "spam" }) %>
|
||||
<%= subnav_link_to "Deleted", dmails_path(search: { folder: "deleted" }) %>
|
||||
<li>|</li>
|
||||
<%= subnav_link_to "New", new_dmail_path %>
|
||||
|
||||
Reference in New Issue
Block a user