Sha256: 52694b4a5c1a9364915b4ca48c33b049a67ab15cbcd040260aa8795504d83ff0
Contents?: true
Size: 418 Bytes
Versions: 1
Compression:
Stored size: 418 Bytes
Contents
<% @title = t("devise.forgot_password", :default => "Forgot Your Password?") %> <%= semantic_form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post }) do |f| %> <%= f.inputs :email %> <%= f.actions do %> <%= f.action :submit, label: t("devise.send_reset_password_instructions", :default => "Send me reset password instructions") %> <% end %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_application-0.0.1 | app/views/devise/passwords/new.html.erb |