dmail fixes

This commit is contained in:
albert
2011-10-16 02:02:21 -04:00
parent 899fd32ab1
commit 80642734e8
4 changed files with 11 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
<% content_for(:secondary_links) do %>
<menu>
<li><%= link_to "Received", dmails_path(:folder => "received") %></li>
<li><%= link_to "Sent", dmails_path(:folder => "sent") %></li>
<li><%= link_to "Received", dmails_path(:search => {:to_id_eq => CurrentUser.id}) %></li>
<li><%= link_to "Sent", dmails_path(:search => {:from_id_eq => CurrentUser.id}) %></li>
<li><%= link_to "New", new_dmail_path %></li>
<li><%= link_to "Search", search_dmails_path %></li>
</menu>