]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/messages/show.html.erb
Use a resourceful path for message marking
[rails.git] / app / views / messages / show.html.erb
index 90744466b25ee22b2f59e8797e6df3fb99e4f178..6ea46fcc67b1957ab42152ac5f00e9b7260c0c8b 100644 (file)
@@ -15,7 +15,7 @@
 
   <div class='message-buttons buttons'>
     <%= button_to t('.reply_button'), reply_message_path(@message), :class => 'reply-button' %>
-    <%= button_to t('.unread_button'), mark_message_path(@message, :mark => 'unread'), :class => 'mark-unread-button' %>
+    <%= button_to t('.unread_button'), message_mark_path(@message, :mark => 'unread'), :class => 'mark-unread-button' %>
     <%= button_to t('.destroy_button'), message_path(@message), :method => 'delete', :class => 'destroy-button' %>
 
 <% else %>