Browse Source

lk | updates freecyclery receipt view

master
Louis Knapp 9 years ago
parent
commit
bbc84247b4
  1. 60
      app/views/freecyclery/receipt.html.haml
  2. 2
      notes.txt

60
app/views/freecyclery/receipt.html.haml

@ -3,8 +3,6 @@
.receipt .receipt
%h2 %h2
%strong= @client.bike.name %strong= @client.bike.name
%br
= 'Log Number: ' + @client.bike.log_number.to_s
%br %br
.horizontal-line .horizontal-line
.client-information .client-information
@ -13,8 +11,6 @@
= @client.agency.agency_name if @client.agency = @client.agency.agency_name if @client.agency
.horizontal-line .horizontal-line
%br %br
= 'Paid $25 for lock and helmet' if @client.will_pay
%br
Includes: Includes:
%br %br
= 'Helmet' if @client.helmet = 'Helmet' if @client.helmet
@ -40,8 +36,6 @@
.receipt .receipt
%h2 %h2
%strong= @client.bike.name %strong= @client.bike.name
%br
= 'Log Number: ' + @client.bike.log_number.to_s
%br %br
.horizontal-line .horizontal-line
.client-information .client-information
@ -49,27 +43,33 @@
%br %br
= @client.agency.agency_name if @client.agency = @client.agency.agency_name if @client.agency
.horizontal-line .horizontal-line
%br .row
= 'Paid $25 for lock and helmet' if @client.will_pay .col-xs-6
%br %br
Includes: = 'Will make 25$ payment for lock and helmet' if @client.will_pay
%br %br
= 'Helmet' if @client.helmet Includes:
%br %br
= 'Lock' if @client.lock = 'Helmet' if @client.helmet
%br %br
%br = 'Lock' if @client.lock
Date Received %br
%br %br
_______________ Date Received
%br %br
Client Signature _______________
%br %br
________________ Client Signature
%br %br
Recyclery Volunteer Initials ________________
%br .col-xs-6
___ .client-info-header CLIENT INFO
%br .client-email= "Agency Email: " + @client.agency.email
RECYCLERY COPY .client-phone= "Agency Phone #: " + @client.agency.phone_number
.client-photo-consent [ ] I grant consent to the Recyclery to use and publish photographs of me.
%br
Recyclery Volunteer Initials
%br
___
%br
RECYCLERY COPY

2
notes.txt

@ -1,3 +1,5 @@
change agency#phone_number to agency#phone
on website, tailwind for tools initiative looks weird in carousel on website, tailwind for tools initiative looks weird in carousel
on mobile on mobile

Loading…
Cancel
Save