.page-header %h1.pull-left = "#{@registration.product.name}: " = @registration.serial_number %br Registration Code: %br/ = @registration.powerdriver_response .pull-right %ul.breadcrumb %li = link_to user_product_registrations_path do %i.icon-paste Back to Registrations %h2 .thanks %p %strong #{@registration.user.profile.first_name}, %p Thank you for registering your %strong #{ @registration.product.name } %p Your registration code is: %br/ %strong #{@registration.powerdriver_response} %p Enter this code where prompted beneath the Product ID in the registration screen, and click the "Apply Registration Code" button. %p For step-by-step installation instructions and easy-to-follow troubleshooting guides, visit sawgrassink.com/getsupport. %table{:border => "0", :cellpadding => "6", :width => "560"} %tr %td{:colspan => "2"} %strong %span Americas %tr %td{:width => "140"} %span Hours of Operation: %br/ Phone: %br/ Web: %td %span Monday-Friday 8:00am-5:00pm EST %br/ (843) 884 1575 %br/ %a{:href => "http://www.sawgrassink.com/Portal/Tech-Support/Tech-Support-Wizard.aspx"} sawgrassink.com/getsupport %tr %td{:colspan => "2"} %strong %span Europe, Asia, Africa or Oceania %tr %td{:width => "360"} %span Hours of Operation: %br/ UK Phone: %br/ Spain Phone: %br/ France Phone: %br/ Italy Phone: %br/ Web: %td{:width => "360"} %span Monday-Friday 8:00am-5:00pm GMT %br/ +44 (0) 114 231 8887 %br/ +34 (0) 91 114 7421 %br/ +33 (0) 1 767 00738 %br/ +39 (0) 6 948 05748 %br/ %a{:href => "http://www.sawgrassink.com/Portal/Tech-Support/Tech-Support-Wizard.aspx"} sawgrassink.com/getsupport .row .col-sm-12 .box.bordered-box.dark-border .box-content.box-no-padding .responsive-table .scrollable-area %table.table %tbody %tr %td Product Name %td= @registration.product.name %tr %td Product Options %td= option_labels @registration.product_options %tr %td Serial Number %td= @registration.serial_number %tr %td Product Code %td= @registration.powerdriver_challenge %tr %td Registration Code %td= @registration.powerdriver_response %tr %td Registration Date %td= @registration.created_at.to_date.to_formatted_s(:long)