- content_for :title do = 'Resend confirmation instructions' - content_for :content do .row %div{class: 'col-md-4 center-block'} -bs_panel('Resend confirmation instructions','primary') do =bootstrap_form_for([resource], :as => resource_name, :url => confirmation_path(resource_name)) do |f| =devise_error_messages! =f.email_field :email =f.submit "Resend confirmation instructions",class: 'btn btn-warning center-block' =render "devise/shared/links"