app/views/spotlight/feature_pages/_header.html.erb in blacklight-spotlight-3.0.0.alpha.3 vs app/views/spotlight/feature_pages/_header.html.erb in blacklight-spotlight-3.0.0.alpha.4
- old
+ new
@@ -10,11 +10,11 @@
<a href="#edit-in-place" class="field-label edit-in-place"><%= page.title %></a>
<%= p.hidden_field :title, value: page.title , class: 'form-control form-control-sm title-field', data: {:"edit-field-target" => 'true'} %>
</h3>
</div>
<div class="page-links">
- <%= exhibit_view_link page, exhibit_root_path(page.exhibit), class: 'btn btn-link' %> ·
- <%= exhibit_edit_link page, edit_exhibit_home_page_path(page.exhibit), class: 'btn btn-link', data: { turbolinks: false } %>
+ <%= exhibit_view_link page, exhibit_root_path(page.exhibit) %> ·
+ <%= exhibit_edit_link page, edit_exhibit_home_page_path(page.exhibit), data: { turbolinks: false } %>
</div>
</div>
</div>
</div>
<% end %>