Sha256: dd847c219f6312b3d683d2eccc7a2aa8573bc12d85365680e3b256ed50fd5d31
Contents?: true
Size: 386 Bytes
Versions: 1
Compression:
Stored size: 386 Bytes
Contents
<% @title ||= t("devise.titles.unlock_instructions") %> <%= semantic_form_for(resource, as: resource_name, url: unlock_path(resource_name), html: {method: :post}) do |f| %> <%= f.input :email, input_html: {autofocus: true} %> <%= f.actions do %> <%= f.action :submit, label: t("devise.buttons.unlock_instructions") %> <% end %> <% end %> <%= render "devise/shared/links" %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
devise-formtastic-0.0.1 | app/views/devise/unlocks/new.html.erb |