app/views/saved_searches/index.html.erb in blacklight-4.3.0 vs app/views/saved_searches/index.html.erb in blacklight-4.4.0

- old
+ new

@@ -1,5 +1,6 @@ +<div id="content" class="span9"> <h1><%= t('blacklight.saved_searches.title') %></h1> <%- if current_or_guest_user.blank? -%> <h2><%= t('blacklight.saved_searches.need_login') %></h2> @@ -23,5 +24,6 @@ <%- end -%> </table> <%- end -%> +</div> \ No newline at end of file