Sha256: 1d96190192ac9ffbb35ab7ae16693e4a5c03a2351eeca176e8f89e3ee919bdad
Contents?: true
Size: 547 Bytes
Versions: 1
Compression:
Stored size: 547 Bytes
Contents
<%- if options[:metatags] %> h2.text-center = title('Resend unlock instructions') <% else -%> h2.text-center Resend unlock instructions <%- end %> = form_for(resource, as: resource_name, url: unlock_path(resource_name), html: { method: :post }) do |f| = render "devise/shared/error_messages", resource: resource .field = f.label :email br = f.email_field :email, autofocus: true, autocomplete: "email" .actions = f.submit "Resend unlock instructions", class: 'btn btn-primary btn-block btn-lg' = render "devise/shared/links"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bootstrap_views_generator-0.1.5 | lib/generators/bootstrap/templates/devise/slim/unlocks/new.html.slim.tt |