- content_for :content do .row %div(class='col-md-5 center-block') -bs_panel('Success!','success') do .row .col-md-12 %p= "Your order numbered #{@active_order.id} has been paid. Your payment reference is #{@active_order.payment_reference}" -unless current_user %p You'll receive an email to confirm your email address and once confirmed you'll be able to log in. .row %div(class='col-md-4 center-block') =link_to 'Go to the home page',root_path,class: 'btn btn-success'