Module: Locomotive::InstallationHelper

Defined in:
app/helpers/locomotive/installation_helper.rb

Instance Method Summary collapse

Instance Method Details



4
5
6
# File 'app/helpers/locomotive/installation_helper.rb', line 4

def next_installation_step_link(step = 1, label = nil)
  link_to((:span, label || t('admin.installation.common.next')), installation_step_path(step), class: 'button')
end