Fix remaining unstyled buttons by moving to bootstrap buttons
This commit is contained in:
parent
85e5866c8f
commit
94008d9059
4 changed files with 6 additions and 7 deletions
|
@ -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 %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue