From 5d5cc665027c1bab6b0d399e75f1e79b273af5af Mon Sep 17 00:00:00 2001 From: BrokenEagle Date: Mon, 13 Jan 2020 21:18:18 +0000 Subject: [PATCH] Remove empty column --- app/views/note_versions/_listing.html.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/note_versions/_listing.html.erb b/app/views/note_versions/_listing.html.erb index 74cb8142f..ba3bc9ce7 100644 --- a/app/views/note_versions/_listing.html.erb +++ b/app/views/note_versions/_listing.html.erb @@ -1,7 +1,6 @@
<%= table_for @note_versions, {class: "striped autofit", width: "100%"} do |t| %> - <% t.column column: "empty" %> <% t.column "Post", width: "5%" do |note_version| %> <%= link_to note_version.post_id, post_path(note_version.post_id) %> <% if params.dig(:search, :note_id).present? %>