Sha256: 9abbd2c56c91b3adabcea98ab1b8d42f25a56e1d467022e5dc98ad604c64e3ba

Contents?: true

Size: 736 Bytes

Versions: 11

Compression:

Stored size: 736 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) %>
	  <div class="form-row">
	  	<%= f.label :password %>
	  	<%= f.password_field :password, :placeholder => 'password', :autofocus => 'autofocus' %>
	  </div>
	  <div class="form-row">
	  	<%= f.label :password_confirmation, 'Confirm password' %>
	  	<%= f.password_field :password_confirmation, 'placeholder' => 'confirm password' %>
	  </div>
	  <div class="form-row form-row-actions">
	  	<%= f.submit "Reset Password", :class => 'btn btn-primary' %>
	  </div>
	<% end %>
</div>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
tb_core-1.2.7 app/views/password_resets/show.html.erb
tb_core-1.2.6 app/views/password_resets/show.html.erb
tb_core-1.2.4 app/views/password_resets/show.html.erb
tb_core-1.2.3 app/views/password_resets/show.html.erb
tb_core-1.2.2 app/views/password_resets/show.html.erb
tb_core-1.2.1 app/views/password_resets/show.html.erb
tb_core-1.2.0 app/views/password_resets/show.html.erb
tb_core-1.1.10 app/views/password_resets/show.html.erb
tb_core-1.1.9 app/views/password_resets/show.html.erb
tb_core-1.1.8 app/views/password_resets/show.html.erb
tb_core-1.1.7 app/views/password_resets/show.html.erb