Browse Source

lk | updates freecyclery receipt view

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

16
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,8 +43,10 @@
%br %br
= @client.agency.agency_name if @client.agency = @client.agency.agency_name if @client.agency
.horizontal-line .horizontal-line
.row
.col-xs-6
%br %br
= 'Paid $25 for lock and helmet' if @client.will_pay = 'Will make 25$ payment for lock and helmet' if @client.will_pay
%br %br
Includes: Includes:
%br %br
@ -66,10 +62,14 @@
Client Signature Client Signature
%br %br
________________ ________________
.col-xs-6
.client-info-header CLIENT INFO
.client-email= "Agency Email: " + @client.agency.email
.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 %br
Recyclery Volunteer Initials Recyclery Volunteer Initials
%br %br
___ ___
%br %br
RECYCLERY COPY 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