Sha256: 3f4517088fb7ffb8b4b908d7a004eaddafcb193d7416ac158bdf8c1a65fe1bf8
Contents?: true
Size: 561 Bytes
Versions: 9
Compression:
Stored size: 561 Bytes
Contents
<%%- page_title t('sorcery.header') -%> <h2><%%= t('sorcery.header') %></h2> <%%= simple_form_for(@<%= name %>, url: {action: "access"}) do |f| %> <%%= f.error_notification %> <%%= f.input :email, autofocus: true %> <%%= f.input :password %> <%- if options.remember_me? -%> <%%= f.input :remember_me %> <%- end -%> <%%= f.button :submit, t('sorcery.submit'), class: 'btn btn-primary' %> <%- if options.reset_password? -%> <%%= link_to t('sorcery.reset.forgot'), password_<%= table_name %>_path, class: 'btn btn-default' %> <%- end -%> <%% end %>
Version data entries
9 entries across 9 versions & 1 rubygems