X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2b962023e39785a8388b5666974bdffba14f57d4..8cd83426ccd2f64f1f0021313b9bb953ba8f8260:/app/views/messages/show.html.erb diff --git a/app/views/messages/show.html.erb b/app/views/messages/show.html.erb index 7cf674fef..080503f72 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 %> @@ -34,8 +34,8 @@
<%= @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 %>