X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3666b674330ec8d14a224932a191d6121c5974e2..4189e150f659915dcda7bb130cc2fa1a86afaf51:/app/views/messages/show.html.erb diff --git a/app/views/messages/show.html.erb b/app/views/messages/show.html.erb index 7cf674fef..3631467fd 100644 --- a/app/views/messages/show.html.erb +++ b/app/views/messages/show.html.erb @@ -13,11 +13,11 @@
<%= @message.body.to_html %>
-
- <%= 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" %> - <%= link_to t(".back"), inbox_messages_path, :class => "button deemphasize" %> +
+ <%= link_to t(".reply_button"), message_reply_path(@message), :class => "btn btn-primary" %> + <%= link_to t(".unread_button"), message_mark_path(@message, :mark => "unread"), :method => "post", :class => "btn btn-primary" %> + <%= link_to t(".destroy_button"), message_path(@message), :method => "delete", :class => "btn btn-primary" %> + <%= link_to t(".back"), inbox_messages_path, :class => "btn btn-link" %>
<% else %> @@ -32,10 +32,10 @@
-
<%= @message.body.to_html %>
+
<%= @message.body.to_html %>
-
- <%= link_to t(".back"), outbox_messages_path, :class => "button deemphasize" %> +
+ <%= link_to t(".back"), outbox_messages_path, :class => "btn btn-link" %>
<% end %>