Sha256: 3dd5fedaa1a3def5fc83f43d21d04849d367d32ec8db69b7c363d1ad88cea3a9

Contents?: true

Size: 394 Bytes

Versions: 5

Compression:

Stored size: 394 Bytes

Contents

= form_for(['admin',@user], :html => { :autocomplete => "off", :class => "form-horizontal" }) do |f| 
  %fieldset 
    %legend New User
    = render :partial => 'form', :locals => { :f => f }
    = render :partial => 'role_fields', :locals => { :f => f }
  %div.form-actions
    = f.submit 'Create User', :class => 'btn btn-primary'
    = link_to 'Cancel', ['admin','users'], :class => 'btn'
  

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
protected-1.0.4 app/views/protected/admin/users/new.html.haml
protected-1.0.3 app/views/protected/admin/users/new.html.haml
protected-1.0.2 app/views/protected/admin/users/new.html.haml
protected-1.0.1 app/views/protected/admin/users/new.html.haml
protected-1.0.0 app/views/protected/admin/users/new.html.haml