Sha256: c908ee32694c944ed8b079dec4fcf45b8cfae75340567d40f5d70cda4b4c86dc

Contents?: true

Size: 943 Bytes

Versions: 29

Compression:

Stored size: 943 Bytes

Contents

<% @page_title = 'Password Reset' %>

<div class="login-form">
	<h1>Password Reset</h1>
	<%= form_for @user, :url => password_reset_path(:id => @user.perishable_token), :html => {:class => 'password-reset-form'} do |f| %>
    <%= tb_form_errors(@user) %>
		<% if params[:return_to] %>
    	<%= hidden_field_tag :return_to, params[:return_to] %>
  	<% end %>
	  <div class="form-group">
	  	<%= f.label :password, :class => 'form-label' %>
	  	<%= f.password_field :password, :placeholder => 'password', :autofocus => 'autofocus', :class => 'form-control' %>
	  </div>
	  <div class="form-group">
	  	<%= f.label :password_confirmation, 'Confirm password', :class=>'form-label' %>
	  	<%= f.password_field :password_confirmation, 'placeholder' => 'confirm password', :class=>'form-control' %>
	  </div>
	  <div class="form-group form-group-actions">
	  	<%= f.submit "Reset Password", :class => 'btn btn-primary' %>
	  </div>
	<% end %>
</div>

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
tb_core-1.5.4 app/views/password_resets/show.html.erb
tb_core-1.5.3 app/views/password_resets/show.html.erb
tb_core-1.5.2 app/views/password_resets/show.html.erb
tb_core-1.5.1 app/views/password_resets/show.html.erb
tb_core-1.4.3.1 app/views/password_resets/show.html.erb
tb_core-1.5.0 app/views/password_resets/show.html.erb
tb_core-1.4.8 app/views/password_resets/show.html.erb
tb_core-1.4.7 app/views/password_resets/show.html.erb
tb_core-1.4.6 app/views/password_resets/show.html.erb
tb_core-1.4.5 app/views/password_resets/show.html.erb
tb_core-1.4.4 app/views/password_resets/show.html.erb
tb_core-1.4.3 app/views/password_resets/show.html.erb
tb_core-1.4.2 app/views/password_resets/show.html.erb
tb_core-1.4.1 app/views/password_resets/show.html.erb
tb_core-1.4.0.1 app/views/password_resets/show.html.erb
tb_core-1.4.beta2 app/views/password_resets/show.html.erb
tb_core-1.4.beta1 app/views/password_resets/show.html.erb
tb_core-1.3.10 app/views/password_resets/show.html.erb
tb_core-1.3.9 app/views/password_resets/show.html.erb
tb_core-1.3.7 app/views/password_resets/show.html.erb