Sha256: 11ad01a23d1721be11968dd9fbef25641a24619b064dcfc3b6c3013e0c9687dd

Contents?: true

Size: 253 Bytes

Versions: 17

Compression:

Stored size: 253 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

17 entries across 17 versions & 2 rubygems

Version Path
locomotive_cms-2.0.3 app/helpers/locomotive/installation_helper.rb
locomotive_cms-2.0.2 app/helpers/locomotive/installation_helper.rb
locomotive_cms-2.0.1 app/helpers/locomotive/installation_helper.rb
locomotive_cms-2.0.0 app/helpers/locomotive/installation_helper.rb
tribeca_cms-0.1.1 app/helpers/locomotive/installation_helper.rb
tribeca_cms-2.0.0.rc12 app/helpers/locomotive/installation_helper.rb
locomotive_cms-2.0.0.rc12 app/helpers/locomotive/installation_helper.rb
locomotive_cms-2.0.0.rc11 app/helpers/locomotive/installation_helper.rb
locomotive_cms-2.0.0.rc10 app/helpers/locomotive/installation_helper.rb
locomotive_cms-2.0.0.rc9 app/helpers/locomotive/installation_helper.rb
locomotive_cms-2.0.0.rc8 app/helpers/locomotive/installation_helper.rb
locomotive_cms-2.0.0.rc7 app/helpers/locomotive/installation_helper.rb
locomotive_cms-2.0.0.rc6 app/helpers/locomotive/installation_helper.rb
locomotive_cms-2.0.0.rc5 app/helpers/locomotive/installation_helper.rb
locomotive_cms-2.0.0.rc4 app/helpers/locomotive/installation_helper.rb
locomotive_cms-2.0.0.rc2 app/helpers/locomotive/installation_helper.rb
locomotive_cms-2.0.0.rc1 app/helpers/locomotive/installation_helper.rb