Sha256: 5ca306ca45dd098836ad54a666b6a82e1f05bdd10287484b0f28f6d4742e6704

Contents?: true

Size: 412 Bytes

Versions: 12

Compression:

Stored size: 412 Bytes

Contents

<% @login_title = 'Forgot Password' %>
<%= form_tag admin_password_resets_path do  %>
  <div class="login-form-row">
	  <%= label_tag :email %>
	  <%= text_field_tag :email, params[:email], :placeholder => 'email', :autofocus => 'autofocus' %>
  </div>
  <div class="login-form-row">
  	<%= submit_tag "Send Reset Instructions", :class => 'btn' %> or <%= link_to 'Cancel', admin_login_path %>
  </div>
<% end %>

Version data entries

12 entries across 12 versions & 1 rubygems

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