fixes to dmail ui

This commit is contained in:
albert
2011-10-16 01:58:16 -04:00
parent a7267cf00b
commit 1e49a00150
14 changed files with 40 additions and 24 deletions

View File

@@ -3,5 +3,6 @@
<li><%= link_to "Received", dmails_path(:folder => "received") %></li>
<li><%= link_to "Sent", dmails_path(:folder => "sent") %></li>
<li><%= link_to "New", new_dmail_path %></li>
<li><%= link_to "Search", search_dmails_path %></li>
</menu>
<% end %>