tests: fix rails 2.7 keyword parameter deprecation warnings.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<div id="a-index">
|
||||
<%= render "search" %>
|
||||
|
||||
<%= table_for @artists, {class: "striped autofit"} do |t| %>
|
||||
<%= table_for @artists, class: "striped autofit" do |t| %>
|
||||
<% t.column "Name" do |artist| %>
|
||||
<%= link_to artist.name, artist, class: "tag-type-#{Tag.categories.artist}" %>
|
||||
<span class="post-count"><%= artist.tag.try(:post_count) || 0 %></span>
|
||||
|
||||
Reference in New Issue
Block a user