Sha256: e1ad91760e27046e8da9383cc8076b0d39348ecd23807ec0d781d9ae24127b98
Contents?: true
Size: 643 Bytes
Versions: 8
Compression:
Stored size: 643 Bytes
Contents
- content_for :head_title do = t('locomotive.installation.common.title') - title t('.title') - if @step_done.blank? = semantic_form_for(@account, url: installation_step_url(1)) do |f| .inner = f.inputs do = f.input :name, label: t('.name'), required: false = f.input :email, label: t('.email'), required: false = f.input :password, label: t('.password'), required: false = f.input :password_confirmation, label: t('.password_confirmation'), required: false .footer = submit_tag t('.next') - else .inner %p.done != @step_done .footer = next_installation_step_link(2)
Version data entries
8 entries across 8 versions & 1 rubygems