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