X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/5405dde6ecb426fac26821f65b64773aa3e68c9f..efd50cd529990069dc1ca95f66ec6f61471fe29d:/app/views/messages/show.html.erb?ds=inline
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 %>