Remove empty column
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
<div id="p-<%= note_versions_listing_type %>-listing">
|
<div id="p-<%= note_versions_listing_type %>-listing">
|
||||||
|
|
||||||
<%= table_for @note_versions, {class: "striped autofit", width: "100%"} do |t| %>
|
<%= table_for @note_versions, {class: "striped autofit", width: "100%"} do |t| %>
|
||||||
<% t.column column: "empty" %>
|
|
||||||
<% t.column "Post", width: "5%" do |note_version| %>
|
<% t.column "Post", width: "5%" do |note_version| %>
|
||||||
<%= link_to note_version.post_id, post_path(note_version.post_id) %>
|
<%= link_to note_version.post_id, post_path(note_version.post_id) %>
|
||||||
<% if params.dig(:search, :note_id).present? %>
|
<% if params.dig(:search, :note_id).present? %>
|
||||||
|
|||||||
Reference in New Issue
Block a user