Sha256: 26178d9706982a2121b8cc9efec8ec18ba64030705f6b2c018199351b84f7484
Contents?: true
Size: 709 Bytes
Versions: 2
Compression:
Stored size: 709 Bytes
Contents
= foundation_devise_error_messages! .large-3.large-centered.columns .login-box .row .large-12.columns = form_for(resource, :as => resource_name, :url => confirmation_path(resource_name), :html => { :method => :post}) do |f| .row %h5.text-center= t('.resend_confirmation_instructions', :default => 'Resend confirmation instructions') .row = f.email_field :email, autofocus: true, class: "large-12 columns", placeholder: "Email" .row = f.submit t('.resend_confirmation_instructions', :default => 'Resend confirmation instructions'), class: "button expand large-12 large-centered columns" = render "devise/shared/links"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
devise-foundation-views-0.1.0 | app/views/devise_haml/confirmations/new.html.haml |
devise-foundation-views-0.0.1 | app/views/devise_haml/confirmations/new.html.haml |