Sha256: f97abfccc680204b459b782385bfe595cf81725b92e76acab6a5aef08d92b973

Contents?: true

Size: 250 Bytes

Versions: 8

Compression:

Stored size: 250 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_url(step), class: 'button')
    end

  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
locomotive_cms-2.2.2 app/helpers/locomotive/installation_helper.rb
locomotive_cms-2.2.1 app/helpers/locomotive/installation_helper.rb
locomotive_cms-2.2.0 app/helpers/locomotive/installation_helper.rb
locomotive_cms-2.1.4 app/helpers/locomotive/installation_helper.rb
locomotive_cms-2.1.3 app/helpers/locomotive/installation_helper.rb
locomotive_cms-2.1.2 app/helpers/locomotive/installation_helper.rb
locomotive_cms-2.1.1 app/helpers/locomotive/installation_helper.rb
locomotive_cms-2.1.0 app/helpers/locomotive/installation_helper.rb