Class: Blacklight::StartOverButtonComponent
- Inherits:
-
ViewComponent::Base
- Object
- ViewComponent::Base
- Blacklight::StartOverButtonComponent
- Defined in:
- app/components/blacklight/start_over_button_component.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
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 |