app/helpers/theme_helper.rb in woople-theme-0.2.39 vs app/helpers/theme_helper.rb in woople-theme-0.2.40
- old
+ new
@@ -45,9 +45,9 @@
end
def results_header(title, path = nil)
output = ""
output << content_tag(:h2, title, class: 'results-header')
- output << content_tag(:a, I18n.t('woople_theme.search_results_more'), href: path) unless path.nil?
+ output << content_tag(:a, I18n.t('woople_theme.search_results_more'), href: path, class: 'loading_indicator') unless path.nil?
output.html_safe
end
end