Sha256: 2c48b6876f6fa5ddfdd3fddd00be40c79b15ad7e661f7e4a68a8acbfdce932d7

Contents?: true

Size: 444 Bytes

Versions: 8

Compression:

Stored size: 444 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')
  = f.input :password_confirmation, :label => t('.passs')

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rmails-0.2.1 app/views/admin_users/first.html.haml
rmails-0.2.0 app/views/admin_users/first.html.haml
rmails-0.1.6 app/views/admin_users/first.html.haml
rmails-0.1.5 app/views/admin_users/first.html.haml
rmails-0.1.4 app/views/admin_users/first.html.haml
rmails-0.1.3 app/views/admin_users/first.html.haml
rmails-0.1.2 app/views/admin_users/first.html.haml
rmails-0.1.1 app/views/admin_users/first.html.haml