Sha256: f03fae51443ea296d14ff58da88f05076e991fe28657eb399efa9d3cf3c8c5a1

Contents?: true

Size: 443 Bytes

Versions: 29

Compression:

Stored size: 443 Bytes

Contents

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

Version data entries

29 entries across 29 versions & 1 rubygems

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