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

Version Path
bootswatch_rails-3.2.0.3 lib/generators/bootswatch_rails/sorcery/templates/log_in.html.erb
bootswatch_rails-3.2.0.2 lib/generators/bootswatch_rails/sorcery/templates/log_in.html.erb
bootswatch_rails-3.2.0.1 lib/generators/bootswatch_rails/sorcery/templates/log_in.html.erb
bootswatch_rails-3.1.1.18 lib/generators/bootswatch_rails/sorcery/templates/log_in.html.erb
bootswatch_rails-3.1.1.17 lib/generators/bootswatch_rails/sorcery/templates/log_in.html.erb
bootswatch_rails-3.1.1.16 lib/generators/bootswatch_rails/sorcery/templates/log_in.html.erb
bootswatch_rails-3.1.1.15 lib/generators/bootswatch_rails/sorcery/templates/log_in.html.erb
bootswatch_rails-3.1.1.14 lib/generators/bootswatch_rails/sorcery/templates/log_in.html.erb
bootswatch_rails-3.1.1.13 lib/generators/bootswatch_rails/sorcery/templates/log_in.html.erb
bootswatch_rails-3.1.1.11 lib/generators/bootswatch_rails/sorcery/templates/log_in.html.erb
bootswatch_rails-3.1.1.10 lib/generators/bootswatch_rails/sorcery/templates/log_in.html.erb