From 2d8a7ed93b418281e177468840ea931f4483632d Mon Sep 17 00:00:00 2001 From: evazion Date: Thu, 23 Feb 2017 20:28:12 -0600 Subject: [PATCH] /dmails: add help:dmail link to subnavbar. --- app/views/dmails/_secondary_links.html.erb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/views/dmails/_secondary_links.html.erb b/app/views/dmails/_secondary_links.html.erb index 9ea0bbe68..06a9d39dd 100644 --- a/app/views/dmails/_secondary_links.html.erb +++ b/app/views/dmails/_secondary_links.html.erb @@ -4,8 +4,11 @@
  • <%= link_to "All", all_dmails_path(set_default_folder: true) %>
  • <%= link_to "Received", received_dmails_path(set_default_folder: true) %>
  • <%= link_to "Sent", sent_dmails_path(set_default_folder: true) %>
  • +
  • |
  • <%= link_to "New", new_dmail_path %>
  • <%= link_to "Search", search_dmails_path %>
  • <%= link_to "Mark all as read", {:controller => "dmails", :action => "mark_all_as_read"}, :method => :post, :remote => true %>
  • +
  • |
  • +
  • <%= link_to "Help", wiki_pages_path(title: "help:dmail") %>
  • <% end %>