Sha256: f636a077490621ab2a8e3f1756c2627fb08bb283416fdd4d38eae1aa9dde5678

Contents?: true

Size: 956 Bytes

Versions: 36

Compression:

Stored size: 956 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="reset_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

36 entries across 36 versions & 1 rubygems

Version Path
wbase-0.3.7 app/views/wbase/password_resets/edit.html.erb
wbase-0.3.6 app/views/wbase/password_resets/edit.html.erb
wbase-0.3.5 app/views/wbase/password_resets/edit.html.erb
wbase-0.3.4 app/views/wbase/password_resets/edit.html.erb
wbase-0.3.3 app/views/wbase/password_resets/edit.html.erb
wbase-0.3.2 app/views/wbase/password_resets/edit.html.erb
wbase-0.3.1 app/views/wbase/password_resets/edit.html.erb
wbase-0.3.0 app/views/wbase/password_resets/edit.html.erb
wbase-0.2.9 app/views/wbase/password_resets/edit.html.erb
wbase-0.2.8 app/views/wbase/password_resets/edit.html.erb
wbase-0.2.7 app/views/wbase/password_resets/edit.html.erb
wbase-0.2.6 app/views/wbase/password_resets/edit.html.erb
wbase-0.2.5 app/views/wbase/password_resets/edit.html.erb
wbase-0.2.4 app/views/wbase/password_resets/edit.html.erb
wbase-0.2.3 app/views/wbase/password_resets/edit.html.erb
wbase-0.2.2 app/views/wbase/password_resets/edit.html.erb
wbase-0.2.1 app/views/wbase/password_resets/edit.html.erb
wbase-0.2.0 app/views/wbase/password_resets/edit.html.erb
wbase-0.1.7 app/views/wbase/password_resets/edit.html.erb
wbase-0.1.6 app/views/wbase/password_resets/edit.html.erb