Sha256: 41736437bef7a79c990460dc679d347aa84e6809a101cbf3528e05a658962a58

Contents?: true

Size: 399 Bytes

Versions: 12

Compression:

Stored size: 399 Bytes

Contents

- content_for :title do
  →
  = t '.title'

= simple_form_for(resource, :as => resource_name, :url => unlock_path(resource_name), :html => { :method => :post, :class => 'form-horizontal' }) do |f|
  = f.error_notification
  = f.full_error :unlock_token
  .form-inputs
    = f.input :email, :required => true, :autofocus => true
  = f.button :submit, t('.submit')
= render "devise/shared/links"

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
rmails-0.2.5 app/views/devise/unlocks/new.html.haml
rmails-0.2.4 app/views/devise/unlocks/new.html.haml
rmails-0.2.3 app/views/devise/unlocks/new.html.haml
rmails-0.2.2 app/views/devise/unlocks/new.html.haml
rmails-0.2.1 app/views/devise/unlocks/new.html.haml
rmails-0.2.0 app/views/devise/unlocks/new.html.haml
rmails-0.1.6 app/views/devise/unlocks/new.html.haml
rmails-0.1.5 app/views/devise/unlocks/new.html.haml
rmails-0.1.4 app/views/devise/unlocks/new.html.haml
rmails-0.1.3 app/views/devise/unlocks/new.html.haml
rmails-0.1.2 app/views/devise/unlocks/new.html.haml
rmails-0.1.1 app/views/devise/unlocks/new.html.haml