]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/messages/new.html.erb
Use resourceful routes for web mailboxes
[rails.git] / app / views / messages / new.html.erb
index 2838a5dab1c93ca9ba866e9451f049e0e7ca5eab..fb1bc48e7148c9ee6e1e7e74b319d7e5b507d51b 100644 (file)
@@ -8,5 +8,5 @@
   <%= f.richtext_field :body, :cols => 80, :rows => 20 %>
 
   <%= f.primary %>
-  <%= link_to t(".back_to_inbox"), inbox_messages_path, :class => "btn btn-link" %>
+  <%= link_to t(".back_to_inbox"), messages_inbox_path, :class => "btn btn-link" %>
 <% end %>