Sha256: dc497e3702b67447cadbeb7faae7526a557431192529714dc14a6075ffd781ba

Contents?: true

Size: 344 Bytes

Versions: 4

Compression:

Stored size: 344 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 %>
  </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

4 entries across 4 versions & 1 rubygems

Version Path
tb_core-1.1.6 app/views/admin/password_resets/index.html.erb
tb_core-1.1.5 app/views/admin/password_resets/index.html.erb
tb_core-1.1.4 app/views/admin/password_resets/index.html.erb
tb_core-1.1.2 app/views/admin/password_resets/index.html.erb