Sha256: 5ff9c34c17ca9ee9e733fa2ce579d7390a92b468b3da2a5814513db1fda33a85
Contents?: true
Size: 984 Bytes
Versions: 1
Compression:
Stored size: 984 Bytes
Contents
- @title = "Resend confirmation instructions" #main.devise .container-fluid .row %header.text-center %h1 = app_name %p.p0.m0 Resend Account Confirmation Instuctions .row.mt20 = form_for resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post, class: "form-horizontal col-xs-12 col-md-6 col-md-offset-3" } do |f| | = f.error_notification .sheet.form-sheet.form-inputs .sheet-inner = f.form_group :email do |f| = f.label :email, class: "form-label" = f.email_field :email, autofocus: true, class: "" = f.error_messages .form-actions.text-right = f.submit "Resend confirmation instructions", class: 'btn btn-primary mr15' .row.mt20 .col-xs-12.col-sm-12.col-md-6.col-md-offset-3.text-right %ul.list-unstyled.options %li.col-xs-12 %a{:href => "/users/sign_in"} Sign in
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kiso_themes-1.0.2 | app/views/devise/slim/confirmations/new.html.haml |