Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

Commit

Permalink
Moves the TOS checkbox on the checkout page to the left hand side
Browse files Browse the repository at this point in the history
closes #1259
  • Loading branch information
squidgetx committed Jun 8, 2015
1 parent f1ced8d commit dfe738d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app/views/reservations/manage.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,13 @@
<div class="row">
<div class="col-md-12">
<div class="well">
<p>This user hasn't accepted the
<%= link_to('Terms of Service', tos_path, target: '_blank') %>.</p>
<p>
This user hasn't accepted the
<%= link_to('Terms of Service', tos_path, target: '_blank') %>.
</p>
<%= check_box_tag :terms_of_service_accepted %>
<%= label_tag :terms_of_service_accepted,
'I certify that I have given a copy of the terms of service, and the user has accepted.' %>
<%= check_box_tag :terms_of_service_accepted %>
</div>
</div>
</div>
Expand Down

0 comments on commit dfe738d

Please sign in to comment.