X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/db30ea642e9891b2f25eb420dbfdc4cd4014fd70..25f27a753f6a79bc1ae494e42cf03b9880d0bdcd:/app/views/messages/show.html.erb diff --git a/app/views/messages/show.html.erb b/app/views/messages/show.html.erb index 6ea46fcc6..e3634e232 100644 --- a/app/views/messages/show.html.erb +++ b/app/views/messages/show.html.erb @@ -14,7 +14,7 @@
<%= @message.body.to_html %>
- <%= button_to t('.reply_button'), reply_message_path(@message), :class => 'reply-button' %> + <%= button_to t('.reply_button'), message_reply_path(@message), :class => 'reply-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' %>