Sha256: 0371205950a622c24cd58a2f895b1470e6538246df25d4f1e78cc8e6a144fe37

Contents?: true

Size: 523 Bytes

Versions: 29

Compression:

Stored size: 523 Bytes

Contents

<% @page_title = 'Password Reset' %>

<h1>Password Reset</h1>

<%= form_tag password_resets_path, :class => 'password-reset-form' do  %>
  <div class="form-group">
    <%= label_tag :email, 'Email', :class => 'form-label' %>
    <%= text_field_tag :email, params[:email], :placeholder => 'email', :autofocus => 'autofocus', :class => 'form-control' %>
  </div>
  <div class="form-group form-row-actions">
    <%= submit_tag 'Submit', :class => 'btn btn-primary' %> or <%= link_to 'Cancel', login_path %>
  </div>
<% end %>

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
tb_core-1.3.6 app/views/password_resets/index.html.erb
tb_core-1.3.5 app/views/password_resets/index.html.erb
tb_core-1.3.4 app/views/password_resets/index.html.erb
tb_core-1.3.3 app/views/password_resets/index.html.erb
tb_core-1.3.2 app/views/password_resets/index.html.erb
tb_core-1.3.1 app/views/password_resets/index.html.erb
tb_core-1.3.0 app/views/password_resets/index.html.erb
tb_core-1.3.0.beta2 app/views/password_resets/index.html.erb
tb_core-1.3.0.beta1 app/views/password_resets/index.html.erb