Sha256: 19faf814b06ae775211120e605c234c887bff8051f7803de9bebec4d204f7811
Contents?: true
Size: 424 Bytes
Versions: 2
Compression:
Stored size: 424 Bytes
Contents
<h2><%= t("carnival_devise.confirmations.new") %></h2> <%= form_for(resource, :as => resource_name, :url => confirmation_path(resource_name), :html => { :method => :post }) do |f| %> <%= devise_error_messages! %> <div><%= f.label :email %><br /> <%= f.email_field :email, :autofocus => true %></div> <div><%= f.submit t("carnival_devise.confirmations.new") %></div> <% end %> <%= render "devise/shared/links" %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
carnival_devise_views-0.0.3 | app/views/erb/devise/confirmations/new.html.erb |
carnival_devise_views-0.0.2 | app/views/erb/devise/confirmations/new.html.erb |