Sha256: e142ec0559a1ca1e7a15eadf7fe99cd6e59a9ea98887bb0cc914746cb3ab2ced

Contents?: true

Size: 460 Bytes

Versions: 12

Compression:

Stored size: 460 Bytes

Contents

<% @page_title = 'Password Reset' %>

<h1>Password Reset</h1>

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

Version data entries

12 entries across 12 versions & 1 rubygems

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