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.1.13 app/views/devise/passwords/new.html.erb
thecore_ui_commons-2.1.12 app/views/devise/passwords/new.html.erb
thecore_ui_commons-2.1.11 app/views/devise/passwords/new.html.erb
thecore_ui_commons-2.1.10 app/views/devise/passwords/new.html.erb
thecore_ui_commons-2.1.9 app/views/devise/passwords/new.html.erb
thecore_ui_commons-2.1.8 app/views/devise/passwords/new.html.erb
thecore_ui_commons-2.1.7 app/views/devise/passwords/new.html.erb
thecore_ui_commons-2.1.6 app/views/devise/passwords/new.html.erb
thecore_ui_rails_admin-2.1.4 app/views/devise/passwords/new.html.erb
thecore_ui_layout_taris_website-1.2.1 app/views/devise/passwords/new.html.erb
thecore_ui_layout_taris_website-1.2.0 app/views/devise/passwords/new.html.erb
thecore_ui_layout_taris_website-1.1.9 app/views/devise/passwords/new.html.erb
thecore_ui_layout_taris_website-1.1.8 app/views/devise/passwords/new.html.erb
thecore_ui_layout_taris_website-1.1.7 app/views/devise/passwords/new.html.erb
thecore_ui_layout_taris_website-1.1.5 app/views/devise/passwords/new.html.erb
thecore_ui_layout_taris_website-1.1.4 app/views/devise/passwords/new.html.erb
thecore_ui_layout_taris_website-1.1.2 app/views/devise/passwords/new.html.erb
thecore_ui_layout_taris_website-1.1.1 app/views/devise/passwords/new.html.erb