Sha256: 7ddcb5e16bb2998da05c4a2327eede7bebcd40c2f18d9ecf687b4c34c4899967

Contents?: true

Size: 251 Bytes

Versions: 18

Compression:

Stored size: 251 Bytes

Contents

module Locomotive
  module InstallationHelper

    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

  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
locomotive_cms-2.5.7 app/helpers/locomotive/installation_helper.rb
locomotive_cms-2.5.6 app/helpers/locomotive/installation_helper.rb
locomotive_cms-2.5.6.rc2 app/helpers/locomotive/installation_helper.rb
locomotive_cms-2.5.6.rc1 app/helpers/locomotive/installation_helper.rb
locomotive_cms-2.5.5 app/helpers/locomotive/installation_helper.rb
locomotive_cms-2.5.4 app/helpers/locomotive/installation_helper.rb
locomotive_cms-2.5.3 app/helpers/locomotive/installation_helper.rb
locomotive_cms-2.5.2 app/helpers/locomotive/installation_helper.rb
locomotive_cms-2.5.1 app/helpers/locomotive/installation_helper.rb
locomotive_cms-2.5.0 app/helpers/locomotive/installation_helper.rb
locomotive_cms-2.5.0.rc3 app/helpers/locomotive/installation_helper.rb
locomotive_cms-2.5.0.rc2 app/helpers/locomotive/installation_helper.rb
locomotive_cms-2.5.0.rc1 app/helpers/locomotive/installation_helper.rb
locomotive_cms-2.4.1 app/helpers/locomotive/installation_helper.rb
locomotive_cms-2.4.0 app/helpers/locomotive/installation_helper.rb
locomotive_cms-2.3.1 app/helpers/locomotive/installation_helper.rb
locomotive_cms-2.3.0 app/helpers/locomotive/installation_helper.rb
locomotive_cms-2.2.3 app/helpers/locomotive/installation_helper.rb