Sha256: a512d0c3db0610bbdfd9bad45c2d0d79646dcecd5c73a1788f112061108fe41e

Contents?: true

Size: 593 Bytes

Versions: 58

Compression:

Stored size: 593 Bytes

Contents

<div class="col-md-4 col-md-offset-4">
<h2><%=t("devise.shared.links.forgot_your_password")%></h2>

<%= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f| %>
  <%= devise_error_messages! %>

  <div class="field">
    <%= f.label :username %><br />
    <%= f.email_field :username, autofocus: true, :class => "form-control" %>
  </div>

  <div class="actions">
    <%= f.submit t("devise.confirmations.new.resend_confirmation_instructions"), :class => "btn btn-warning" %>

    <%= render "devise/shared/links" %>
  </div>
<% end %>
</div>

Version data entries

58 entries across 58 versions & 3 rubygems

Version Path
thecore_ui_commons-2.3.9 app/views/devise/passwords/new.html.erb
thecore_ui_commons-2.3.8 app/views/devise/passwords/new.html.erb
thecore_ui_commons-2.3.7 app/views/devise/passwords/new.html.erb
thecore_ui_commons-2.3.6 app/views/devise/passwords/new.html.erb
thecore_ui_commons-2.3.5 app/views/devise/passwords/new.html.erb
thecore_ui_commons-2.3.4 app/views/devise/passwords/new.html.erb
thecore_ui_commons-2.3.3 app/views/devise/passwords/new.html.erb
thecore_ui_commons-2.3.2 app/views/devise/passwords/new.html.erb
thecore_ui_commons-2.3.1 app/views/devise/passwords/new.html.erb
thecore_ui_commons-2.3.0 app/views/devise/passwords/new.html.erb
thecore_ui_commons-2.2.9 app/views/devise/passwords/new.html.erb
thecore_ui_commons-2.2.8 app/views/devise/passwords/new.html.erb
thecore_ui_commons-2.2.7 app/views/devise/passwords/new.html.erb
thecore_ui_commons-2.2.6 app/views/devise/passwords/new.html.erb
thecore_ui_commons-2.2.5 app/views/devise/passwords/new.html.erb
thecore_ui_commons-2.2.4 app/views/devise/passwords/new.html.erb
thecore_ui_commons-2.2.3 app/views/devise/passwords/new.html.erb
thecore_ui_commons-2.2.1 app/views/devise/passwords/new.html.erb
thecore_ui_commons-2.2.0 app/views/devise/passwords/new.html.erb
thecore_ui_commons-2.1.14 app/views/devise/passwords/new.html.erb