merges master and fixes conflicts

This commit is contained in:
kikito
2015-07-29 17:13:09 +02:00
41 changed files with 428 additions and 109 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>