Sha256: d3f720bb8b94ca910c7086db1c6b3201159415aa6864d961e0b1b63b799dcb83
Contents?: true
Size: 613 Bytes
Versions: 18
Compression:
Stored size: 613 Bytes
Contents
<%%- page_title t('sorcery.header') -%> <h2><%%= t('sorcery.header') %></h2> <%%- content_for(:help) { "<%= name %>_login" } -%> <%%= 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
18 entries across 18 versions & 1 rubygems