Adds classes to several buttons so they don't look ugly

This commit is contained in:
kikito
2015-07-29 12:54:51 +02:00
parent 6a6804f73b
commit c71182f6a6
4 changed files with 7 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
<%= f.text_area :body %>
<%= f.hidden_field :commentable_type, value: parent.class %>
<%= f.hidden_field :commentable_id, value: parent.id %>
<%= f.submit comment_button_text(parent), :class => "button radius" %>
<%= f.submit comment_button_text(parent), class: "button radius" %>
<% end %>
</div>