Sha256: ece4d14763c5c5118142a4867c255f56ef97b5a2e1abd5915e40f176e342b6e7
Contents?: true
Size: 737 Bytes
Versions: 8
Compression:
Stored size: 737 Bytes
Contents
- content_for :head_title do = t('admin.installation.common.title') - title t('.title') - content_for :head do = include_stylesheets :installation - if @step_done.blank? = semantic_form_for(@account, :url => admin_installation_step_url(2)) 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 = box_button_tag t('.next') - else .inner %p.done != @step_done .footer = next_installation_step_link(3)
Version data entries
8 entries across 8 versions & 1 rubygems