Module: Locomotive::InstallationHelper
- Defined in:
- app/helpers/locomotive/installation_helper.rb
Instance Method Summary collapse
Instance Method Details
#next_installation_step_link(step = 1, label = nil) ⇒ Object
4 5 6 |
# File 'app/helpers/locomotive/installation_helper.rb', line 4 def next_installation_step_link(step = 1, label = nil) link_to(content_tag(:span, label || t('admin.installation.common.next')), installation_step_path(step), class: 'button') end |