Sha256: 00a68d332134f15b451e5f7f4126eafb79e99c84c043c5946549c2d6f8b294fe
Contents?: true
Size: 556 Bytes
Versions: 45
Compression:
Stored size: 556 Bytes
Contents
<h2 class="page-header"><%= t('.forgot_your_password', :default => 'Forgot your password?') %></h2> <%= bootstrap_form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post, :class => "form-horizontal" }) do |f| %> <%= f.inputs do %> <%= f.input :email %> <% end %> <%= f.actions do %> <%= f.submit t('.send_me_reset_password_instructions', :default => "Send me reset password instructions"), :class => "btn btn-primary btn-large" %> <% end %> <% end %> <%= render "devise/shared/links" %>
Version data entries
45 entries across 45 versions & 1 rubygems