Fix linelenght over 100 on multiple files

This commit is contained in:
Bertocq
2018-01-26 00:27:03 +01:00
parent 34b2a27357
commit 070c94494e
4 changed files with 33 additions and 19 deletions

View File

@@ -25,7 +25,9 @@
<%= t("comments.verified_only", verify_account: link_to(t("comments.verify_account"), verification_path )).html_safe %>
</div>
<% else %>
<%= render 'comments/form', {commentable: commentable, parent_id: nil, toggeable: false} %>
<%= render 'comments/form', { commentable: commentable,
parent_id: nil,
toggeable: false } %>
<% end %>
<% else %>
<br>