X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5405dde6ecb426fac26821f65b64773aa3e68c9f..db30ea642e9891b2f25eb420dbfdc4cd4014fd70:/app/views/messages/show.html.erb diff --git a/app/views/messages/show.html.erb b/app/views/messages/show.html.erb index 90744466b..6ea46fcc6 100644 --- a/app/views/messages/show.html.erb +++ b/app/views/messages/show.html.erb @@ -15,7 +15,7 @@
<%= 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 %>