Sha256: 2befb97035987007b92aa488cde40f617e232e8690a8065355bcf5729c4494fb
Contents?: true
Size: 735 Bytes
Versions: 1
Compression:
Stored size: 735 Bytes
Contents
- action ||= '' - first ||= false # True if this is the user's first time. - options = { :item => item, :action => action, :first => first } - area_class 'no-sidebar' - content_for :title do %h1= "Welcome!" - content_for :body do .slim.fixed %form.ext{:action => action, :method => 'post' } != partial item, :form, options %input{:type => 'hidden', :name => 'next', :value => R(:admin)} - unless first %p.align-center You may also %a{:href => item.path(:delete)} delete your account if you need to. %p.align-center %br %button.black{:type => 'submit'} - if first %span Continue - else %span Save
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
aura-0.0.1.pre10 | app/views/user/welcome.haml |