% title (t 'registration.edit_profile') + ' - ' + @config.website_name %> <%= content_tag(:div, class: 'container top-container') do %> <%= content_tag(:div, class: 'row') do %> <%= content_tag(:div, class: 'span12') do %> <%= render :partial => 'layouts/flash' %> <% # Page Content %> <%= bootstrap_form_for(resource, as: resource_name, url: registration_path(resource_name), html: { method: :put }) do |f| %>
Currently waiting confirmation for: <%= resource.unconfirmed_email %>
<% end %>