tests: fix rails 2.7 keyword parameter deprecation warnings.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<%= f.submit "Search" %>
|
||||
<% end %>
|
||||
|
||||
<%= table_for @comment_votes, {class: "striped autofit"} do |t| %>
|
||||
<%= table_for @comment_votes, class: "striped autofit" do |t| %>
|
||||
<% t.column "Post" do |vote| %>
|
||||
<%= PostPresenter.preview(vote.comment.post, show_deleted: true) %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user