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