Sha256: 146da02076f764c038747877c5d5f5811350c0bc8b7f9333a5babec9427ac77d
Contents?: true
Size: 578 Bytes
Versions: 1
Compression:
Stored size: 578 Bytes
Contents
- action ||= '' - options = { :item => item, :action => action } != extends :'admin/settings' - content_for! :title do %h1 Create a new user - content_for! :toolbar do != yield_content_of :'base/new', :toolbar, options - content_for! :body do != partial item, :errors, :errors => item.errors .slim.fixed %form.ext{:action => action, :method => 'post' } != partial item, :form, options %input{:type => 'hidden', :name => 'next', :value => R(:admin)} %p.align-center %br %button.black{:type => 'submit'} %span Save
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
aura-0.0.1.pre10 | app/views/user/new.haml |