From dfe738d6097c9c1182bbb87eaec4d402929c7119 Mon Sep 17 00:00:00 2001 From: squidgetx Date: Sat, 23 May 2015 14:45:30 -0400 Subject: [PATCH] Moves the TOS checkbox on the checkout page to the left hand side closes #1259 --- app/views/reservations/manage.html.erb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/views/reservations/manage.html.erb b/app/views/reservations/manage.html.erb index ab35d790e..24fefb959 100644 --- a/app/views/reservations/manage.html.erb +++ b/app/views/reservations/manage.html.erb @@ -47,11 +47,13 @@
-

This user hasn't accepted the - <%= link_to('Terms of Service', tos_path, target: '_blank') %>.

+

+ This user hasn't accepted the + <%= link_to('Terms of Service', tos_path, target: '_blank') %>. +

+ <%= 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 %>