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

Version Path
bootswatch_rails-3.3.7.1 lib/generators/bootswatch_rails/sorcery/templates/log_in.html.erb
bootswatch_rails-3.3.7.0 lib/generators/bootswatch_rails/sorcery/templates/log_in.html.erb
bootswatch_rails-3.3.6.2 lib/generators/bootswatch_rails/sorcery/templates/log_in.html.erb
bootswatch_rails-3.3.6.1 lib/generators/bootswatch_rails/sorcery/templates/log_in.html.erb
bootswatch_rails-3.3.5.2 lib/generators/bootswatch_rails/sorcery/templates/log_in.html.erb
bootswatch_rails-3.3.5.1 lib/generators/bootswatch_rails/sorcery/templates/log_in.html.erb
bootswatch_rails-3.3.4.1 lib/generators/bootswatch_rails/sorcery/templates/log_in.html.erb
bootswatch_rails-3.3.2.1 lib/generators/bootswatch_rails/sorcery/templates/log_in.html.erb
bootswatch_rails-3.3.1.2 lib/generators/bootswatch_rails/sorcery/templates/log_in.html.erb
bootswatch_rails-3.3.1.1 lib/generators/bootswatch_rails/sorcery/templates/log_in.html.erb
bootswatch_rails-3.3.1.0 lib/generators/bootswatch_rails/sorcery/templates/log_in.html.erb
bootswatch_rails-3.3.0.11 lib/generators/bootswatch_rails/sorcery/templates/log_in.html.erb
bootswatch_rails-3.3.0.10 lib/generators/bootswatch_rails/sorcery/templates/log_in.html.erb
bootswatch_rails-3.3.0.9 lib/generators/bootswatch_rails/sorcery/templates/log_in.html.erb
bootswatch_rails-3.3.0.8 lib/generators/bootswatch_rails/sorcery/templates/log_in.html.erb
bootswatch_rails-3.3.0.7 lib/generators/bootswatch_rails/sorcery/templates/log_in.html.erb
bootswatch_rails-3.3.0.6 lib/generators/bootswatch_rails/sorcery/templates/log_in.html.erb
bootswatch_rails-3.3.0.5 lib/generators/bootswatch_rails/sorcery/templates/log_in.html.erb