app/views/spotlight/contacts/edit.html.erb in blacklight-spotlight-2.13.0 vs app/views/spotlight/contacts/edit.html.erb in blacklight-spotlight-3.0.0.alpha.1

- old
+ new

@@ -1,5 +1,6 @@ -<%= render 'spotlight/shared/exhibit_sidebar' %> -<div id="content" class="col-md-9"> - <%= curation_page_title %> - <%= render 'form' %> -</div> +<% content_for(:sidebar) do %> + <%= render 'spotlight/shared/exhibit_sidebar' %> +<% end %> + +<%= curation_page_title %> +<%= render 'form' %>