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