Sha256: d22570f06510ee37f659d2262b757ea170228b2a6e351baf26761fc9f10f27ff

Contents?: true

Size: 695 Bytes

Versions: 29

Compression:

Stored size: 695 Bytes

Contents

<% @login_title = 'Password Reset' %>

<%= form_for @user, url: admin_password_reset_path(:id => @user.perishable_token) do |f| %>
  <%= tb_form_errors(f.object) %>
  <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, :class => 'form-label' %>
  	<%= f.password_field :password_confirmation, :placeholder => 'confirm password', :class => 'form-control' %>
  </div>
  <div class="form-group">
  	<%= f.submit "Reset Password", :class => 'btn btn-primary' %>
  </div>
<% end %>

Version data entries

29 entries across 29 versions & 1 rubygems

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