Fix remaining unstyled buttons by moving to bootstrap buttons

This commit is contained in:
Andy Allan 2020-08-19 14:53:07 +02:00
parent 85e5866c8f
commit 94008d9059
4 changed files with 6 additions and 7 deletions

View file

@ -11,8 +11,8 @@
<% end %>
</ul>
<% if @more_params %>
<div class="search_more">
<%= link_to t(".more_results"), url_for(@more_params), :class => "button load_more" %>
<div class="search_more text-center">
<%= link_to t(".more_results"), url_for(@more_params), :class => "btn btn-primary" %>
<div class="loader"><%= image_tag "searching.gif" %></div>
</div>
<% end %>