Sha256: 0ba4b61ac9c8ccfe2d449bdcb3d781967b702d33185378f0f064591f2df00400

Contents?: true

Size: 405 Bytes

Versions: 3

Compression:

Stored size: 405 Bytes

Contents

- content_for :title do
  →
  = t('.first_admin_user')

= simple_form_for @admin, :url => admin_users_path, :method => :post, :html => { :class => 'form-horizontal' } do |f|

  = f.input :name, :label => t('.name')
  = f.input :email, :label => t('.email')
  = f.input :password, :label => t('.pass'), :required => true

  = f.button :button, t('.create'), :type => 'submit', :class => 'btn-primary'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rmails-0.2.5 app/views/admin_users/first.html.haml
rmails-0.2.4 app/views/admin_users/first.html.haml
rmails-0.2.3 app/views/admin_users/first.html.haml