Sha256: cd364e3b9e0b8a14b8bee281c628e2257f99ffdae936605ff105724dadd876c0

Contents?: true

Size: 650 Bytes

Versions: 12

Compression:

Stored size: 650 Bytes

Contents

<h1>Log In</h1>

<%= form_tag sessions_path do %>
  <div class="field">
    <%= label_tag :email %><br />
    <%= text_field_tag :email, params[:email] %><br />
		<%= link_to t('authentication.not_registered'), signup_path %>
  </div>

  <div class="field">
    <%= label_tag :password %><br />
    <%= password_field_tag :password %><br />
		<%= link_to t('authentication.forgot_password'), new_password_reset_path %>
  </div>
	<p></p>
	
	<div class="field">
	  <%= check_box_tag :remember_me, 1, params[:remember_me] %>
	  <%= label_tag :remember_me %>
	</div>
  <div class="actions"><%= submit_tag t('authentication.login_now') %></div>
<% end %>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
tkh_authentication-0.0.12 app/views/sessions/new.html.erb
tkh_authentication-0.0.11 app/views/sessions/new.html.erb
tkh_authentication-0.0.10 app/views/sessions/new.html.erb
tkh_authentication-0.0.9 app/views/sessions/new.html.erb
tkh_authentication-0.0.8 app/views/sessions/new.html.erb
tkh_authentication-0.0.7 app/views/sessions/new.html.erb
tkh_authentication-0.0.6 app/views/sessions/new.html.erb
tkh_authentication-0.0.5 app/views/sessions/new.html.erb
tkh_authentication-0.0.4 app/views/sessions/new.html.erb
tkh_authentication-0.0.3 app/views/sessions/new.html.erb
tkh_authentication-0.0.2 app/views/sessions/new.html.erb
tkh_authentication-0.0.1 app/views/sessions/new.html.erb