X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5405dde6ecb426fac26821f65b64773aa3e68c9f..b8a8a88004d25837a10436fdc13128146b32c32b:/app/views/messages/show.html.erb diff --git a/app/views/messages/show.html.erb b/app/views/messages/show.html.erb index 90744466b..e3634e232 100644 --- a/app/views/messages/show.html.erb +++ b/app/views/messages/show.html.erb @@ -14,8 +14,8 @@
<%= @message.body.to_html %>
- <%= 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('.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' %> <% else %>