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

Version Path
bootswatch_rails-3.3.0.4 lib/generators/bootswatch_rails/sorcery/templates/log_in.html.erb
bootswatch_rails-3.3.0.3 lib/generators/bootswatch_rails/sorcery/templates/log_in.html.erb
bootswatch_rails-3.3.0.2 lib/generators/bootswatch_rails/sorcery/templates/log_in.html.erb
bootswatch_rails-3.3.0.1 lib/generators/bootswatch_rails/sorcery/templates/log_in.html.erb
bootswatch_rails-3.2.0.43 lib/generators/bootswatch_rails/sorcery/templates/log_in.html.erb
bootswatch_rails-3.2.0.42 lib/generators/bootswatch_rails/sorcery/templates/log_in.html.erb
bootswatch_rails-3.2.0.41 lib/generators/bootswatch_rails/sorcery/templates/log_in.html.erb
bootswatch_rails-3.2.0.40 lib/generators/bootswatch_rails/sorcery/templates/log_in.html.erb
bootswatch_rails-3.2.0.39 lib/generators/bootswatch_rails/sorcery/templates/log_in.html.erb