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-3.0.6 app/views/devise/passwords/new.html.erb
thecore_ui_commons-3.0.5 app/views/devise/passwords/new.html.erb
thecore_ui_commons-3.0.4 app/views/devise/passwords/new.html.erb
thecore_ui_commons-3.0.3 app/views/devise/passwords/new.html.erb
thecore_ui_commons-3.0.0 app/views/devise/passwords/new.html.erb
thecore_ui_commons-2.5.2 app/views/devise/passwords/new.html.erb
thecore_ui_commons-2.5.1 app/views/devise/passwords/new.html.erb
thecore_ui_commons-2.5.0 app/views/devise/passwords/new.html.erb
thecore_ui_commons-2.4.10 app/views/devise/passwords/new.html.erb
thecore_ui_commons-2.4.9 app/views/devise/passwords/new.html.erb
thecore_ui_commons-2.4.8 app/views/devise/passwords/new.html.erb
thecore_ui_commons-2.4.7 app/views/devise/passwords/new.html.erb
thecore_ui_commons-2.4.6 app/views/devise/passwords/new.html.erb
thecore_ui_commons-2.4.5 app/views/devise/passwords/new.html.erb
thecore_ui_commons-2.4.4 app/views/devise/passwords/new.html.erb
thecore_ui_commons-2.4.3 app/views/devise/passwords/new.html.erb
thecore_ui_commons-2.4.2 app/views/devise/passwords/new.html.erb
thecore_ui_commons-2.4.1 app/views/devise/passwords/new.html.erb
thecore_ui_commons-2.4.0 app/views/devise/passwords/new.html.erb
thecore_ui_commons-2.3.10 app/views/devise/passwords/new.html.erb