Standardize use of column width parameter
This commit is contained in:
@@ -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| %>
|
||||
|
||||
Reference in New Issue
Block a user