diff --git a/app/views/artist_commentaries/index.html.erb b/app/views/artist_commentaries/index.html.erb index c5c3ef765..fbecb4f14 100644 --- a/app/views/artist_commentaries/index.html.erb +++ b/app/views/artist_commentaries/index.html.erb @@ -5,7 +5,7 @@ <%= render "posts/partials/common/inline_blacklist" %> <%= table_for @commentaries, width: "100%" do |t| %> - <% t.column "Post", {width: "1%"} do |commentary| %> + <% t.column "Post", width: "1%" do |commentary| %> <%= PostPresenter.preview(commentary.post, :tags => "status:any") %> <% end %> <% t.column "Original" do |commentary| %> diff --git a/app/views/artist_commentary_versions/_listing.html.erb b/app/views/artist_commentary_versions/_listing.html.erb index 69a33b7ab..2f2e1f18d 100644 --- a/app/views/artist_commentary_versions/_listing.html.erb +++ b/app/views/artist_commentary_versions/_listing.html.erb @@ -1,7 +1,7 @@