diff --git a/lib/tasks/templates/views/collections/index.html.erb.tt b/lib/tasks/templates/views/collections/index.html.erb.tt index 6a80cf9..a117c64 100644 --- a/lib/tasks/templates/views/collections/index.html.erb.tt +++ b/lib/tasks/templates/views/collections/index.html.erb.tt @@ -45,7 +45,7 @@ <%% if @pagination[:total_pages] > 1 %> -
+
<%% if @pagination[:prev_page] %> <%%= link_to "← Previous", <%= index_path_helper %>(page: @pagination[:current_page] - 1), class: "pagination-prev" %> <%% end %>