Class: Blacklight::StartOverButtonComponent

Inherits:
ViewComponent::Base
  • Object
show all
Defined in:
app/components/blacklight/start_over_button_component.rb

Instance Method Summary collapse

Instance Method Details

#callObject



5
6
7
# File 'app/components/blacklight/start_over_button_component.rb', line 5

def call
  link_to t('blacklight.search.start_over'), start_over_path, class: 'catalog_startOverLink btn btn-primary'
end