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