diff --git a/app/views/catalog/_document.html.erb b/app/views/catalog/_document.html.erb index 6478c5e88e..d69e7e6fff 100644 --- a/app/views/catalog/_document.html.erb +++ b/app/views/catalog/_document.html.erb @@ -1,6 +1,8 @@ <% # container for a single doc -%> -
- <%= render_document_partials document, - blacklight_config.view_config(document_index_view_type).partials, - document_counter: document_counter %> -
+
  • +
    + <%= render_document_partials document, + blacklight_config.view_config(document_index_view_type).partials, + document_counter: document_counter %> +
    +
  • diff --git a/app/views/catalog/_document_list.html.erb b/app/views/catalog/_document_list.html.erb index 80179d01f9..bef5b4f4ac 100644 --- a/app/views/catalog/_document_list.html.erb +++ b/app/views/catalog/_document_list.html.erb @@ -1,4 +1,6 @@ <% # container for all documents in index list view -%>
    - <%= render documents, :as => :document %> +
      + <%= render documents, :as => :document %> +
    diff --git a/app/views/catalog/_index_header.html.erb b/app/views/catalog/_index_header.html.erb index cf80e15b16..a88e9f3a33 100644 --- a/app/views/catalog/_index_header.html.erb +++ b/app/views/catalog/_index_header.html.erb @@ -10,12 +10,7 @@ <% end %>

    "> - <% if counter = document_counter_with_offset(document_counter) %> - - <%= t('blacklight.search.documents.counter', counter: counter) %> - - <% end %> - <%= link_to_document document, document_show_link_field(document), counter: counter %> + <%= link_to_document document, document_show_link_field(document) %>

    <%= document_actions %>