app/views/spotlight/sites/edit_exhibits.html.erb in blacklight-spotlight-3.6.0.beta10 vs app/views/spotlight/sites/edit_exhibits.html.erb in blacklight-spotlight-4.0.0

- old
+ new

@@ -3,13 +3,13 @@ <p class="instructions"><%= t :'.instructions' %></p> <table class="table table-striped dd-table"> <thead> <tr> <th><%= Spotlight::Exhibit.human_attribute_name(:title) %></th> - <th class="text-right"><%= Spotlight::Exhibit.human_attribute_name(:published) %></th> - <th class="text-right"><%= Spotlight::Exhibit.human_attribute_name(:requested_by) %></th> - <th class="text-right"><%= Spotlight::Exhibit.human_attribute_name(:created_at) %></th> - <th class="text-right"><%= Spotlight::Exhibit.human_attribute_name(:updated_at) %></th> + <th class="text-right text-end"><%= Spotlight::Exhibit.human_attribute_name(:published) %></th> + <th class="text-right text-end"><%= Spotlight::Exhibit.human_attribute_name(:requested_by) %></th> + <th class="text-right text-end"><%= Spotlight::Exhibit.human_attribute_name(:created_at) %></th> + <th class="text-right text-end"><%= Spotlight::Exhibit.human_attribute_name(:updated_at) %></th> </tr> </thead> <tbody class="table metadata_fields dd dd-list" data-behavior="nestable" data-max-depth="1" data-list-node-name="tbody" data-item-node-name="tr" data-expand-btn-HTML=" " data-collapse-btn-HTML=" "> <%= f.fields_for :exhibits do |exhibit_form| %> <%= render partial: 'exhibit', locals: { f: exhibit_form } %>