Sha256: c73ac4514fd3defd690d431823616bfc862400eccbebb09edf16cc22c109feb0

Contents?: true

Size: 950 Bytes

Versions: 12

Compression:

Stored size: 950 Bytes

Contents

<div class="panel-heading">
  <h3 class="text-center"> Reset Password </h3>
</div>

<div class="panel-body">
  <form id="reset-form" action="/password_reset" method="POST" novalidate="">
    <input type="hidden" name="authenticity_token" value="<%= form_authenticity_token %>">
    <input type="hidden" name="_method" value="PATCH">
    <input type="hidden" name="token" value="<%= params[:token] || @user.try(:reset_token) %>">
    <div class="form-group">
      <label for="password">New Password</label>
      <input type="password" class="form-control underlined" name="password" id="password" placeholder="Your new password" required>
    </div>
    <div class="form-group">
      <button type="submit" class="btn btn-block btn-primary">Update</button>
    </div>
    <div class="form-group clearfix">
      <a class="pull-left" href="/session/new">Log In</a>
      <a class="pull-right" href="/user/new">Sign Up</a>
    </div>
  </form>
</div>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
wbase-0.3.20 app/views/wbase/password_resets/edit.html.erb
wbase-0.3.19 app/views/wbase/password_resets/edit.html.erb
wbase-0.3.18 app/views/wbase/password_resets/edit.html.erb
wbase-0.3.17 app/views/wbase/password_resets/edit.html.erb
wbase-0.3.16 app/views/wbase/password_resets/edit.html.erb
wbase-0.3.15 app/views/wbase/password_resets/edit.html.erb
wbase-0.3.14 app/views/wbase/password_resets/edit.html.erb
wbase-0.3.13 app/views/wbase/password_resets/edit.html.erb
wbase-0.3.12 app/views/wbase/password_resets/edit.html.erb
wbase-0.3.11 app/views/wbase/password_resets/edit.html.erb
wbase-0.3.10 app/views/wbase/password_resets/edit.html.erb
wbase-0.3.9 app/views/wbase/password_resets/edit.html.erb