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

Commit

Permalink
Merge pull request #1261 from YaleSTC/1249_tos_check
Browse files Browse the repository at this point in the history
[1259] check box tag
  • Loading branch information
squidgetx committed Jun 8, 2015
2 parents ea431b5 + dfe738d commit c497b2e
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 c497b2e

Please sign in to comment.