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

@@ -11,7 +11,7 @@
<% end %>
<%= table_for @post_replacements, {class: "striped autofit", width: "100%"} do |t| %>
<% t.column "Post", {width: "1%"} do |post_replacement| %>
<% t.column "Post", width: "1%" do |post_replacement| %>
<%= PostPresenter.preview(post_replacement.post, show_deleted: true) %>
<% end %>
<% t.column "Source" do |post_replacement| %>