- <div class="search_more">
- <%= link_to t('geocoder.results.more_results'), url_for(@more_params), :class => "button load_more" %>
- <%= image_tag "searching.gif", :class => "loader", :style => "display: none;" %>
+ <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>