Standardize use of column width parameter

This commit is contained in:
BrokenEagle
2020-01-13 21:12:45 +00:00
parent 3ab2c4c3ea
commit 63203d24cc
11 changed files with 39 additions and 39 deletions

View File

@@ -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| %>