mirror of
https://github.com/fspc/bike-database.git
synced 2025-02-23 01:23:24 -05:00
lk | change references from agency#phone_number to agency#phone
This commit is contained in:
parent
7fdf4f7d02
commit
ba036cd808
@ -67,7 +67,7 @@
|
|||||||
.col-xs-6
|
.col-xs-6
|
||||||
.client-info-header CLIENT INFO
|
.client-info-header CLIENT INFO
|
||||||
.client-email= "Contact Email: " + client.agency.email
|
.client-email= "Contact Email: " + client.agency.email
|
||||||
.client-phone= "Contact Phone #: " + client.agency.phone_number
|
.client-phone= "Contact Phone #: " + client.agency.phone
|
||||||
.client-photo-consent [ ] I grant consent to the Recyclery to use and publish photographs of me.
|
.client-photo-consent [ ] I grant consent to the Recyclery to use and publish photographs of me.
|
||||||
%br
|
%br
|
||||||
Recyclery Volunteer Initials
|
Recyclery Volunteer Initials
|
||||||
|
@ -65,7 +65,7 @@
|
|||||||
.col-xs-6
|
.col-xs-6
|
||||||
.client-info-header CLIENT INFO
|
.client-info-header CLIENT INFO
|
||||||
.client-email= "Agency Email: " + @client.agency.email
|
.client-email= "Agency Email: " + @client.agency.email
|
||||||
.client-phone= "Agency Phone #: " + @client.agency.phone_number
|
.client-phone= "Agency Phone #: " + @client.agency.phone
|
||||||
.client-photo-consent [ ] I grant consent to the Recyclery to use and publish photographs of me.
|
.client-photo-consent [ ] I grant consent to the Recyclery to use and publish photographs of me.
|
||||||
%br
|
%br
|
||||||
Recyclery Volunteer Initials
|
Recyclery Volunteer Initials
|
||||||
|
@ -19,7 +19,7 @@ namespace :db do
|
|||||||
city: Faker::Address.city,
|
city: Faker::Address.city,
|
||||||
state: "IL",
|
state: "IL",
|
||||||
postal_code: Faker::Number.number(5),
|
postal_code: Faker::Number.number(5),
|
||||||
phone_number: Faker::Number.number(7),
|
phone: Faker::Number.number(7),
|
||||||
email: Faker::Internet.email
|
email: Faker::Internet.email
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
1
notes.md
1
notes.md
@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
# Tech
|
# Tech
|
||||||
- remove bike#entry_date column because it is now fixed_at
|
- remove bike#entry_date column because it is now fixed_at
|
||||||
|
- add tests to ensure that pages render
|
||||||
- use log number in bike url instead of id
|
- use log number in bike url instead of id
|
||||||
- paginate 'all clients' page
|
- paginate 'all clients' page
|
||||||
- convert to bootstrap-less
|
- convert to bootstrap-less
|
||||||
|
Loading…
x
Reference in New Issue
Block a user