Sha256: da0468006db5f88ff45fcee547e0bd618297b5cc32ea15f45818c0d34095a1f5
Contents?: true
Size: 438 Bytes
Versions: 1
Compression:
Stored size: 438 Bytes
Contents
<h2><%= resource_name.capitalize %> Certification</h2> <%= form_for(resource, :as => resource_name, :url => certification_path(resource_name), :html => { :method => :put }) do |f| %> <%= devise_error_messages! %> <table> <tr> <td><%= f.label :email %></td> <td><%= f.label :email, resource.email %></td> </tr> </table> <%= f.hidden_field :certification_token -%> <p><%= f.submit "Certify" %></p> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
devise_certifiable-0.1.0 | app/views/devise/certifications/edit.html.erb |