File tree 3 files changed +4
-11
lines changed
assets/stylesheets/transformation_admin/pages
3 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 16
16
.enquiry {
17
17
@include associated-list ;
18
18
19
- dd .company-name {
20
- font-size : $font-size-xxl ;
21
- }
22
-
23
19
.company-name {
24
20
line-height : $font-size-xxl ;
25
21
vertical-align : middle ;
Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ enquiry_job_title: Job title
13
13
enquiry_email : Email address
14
14
enquiry_profile : Applicant business profile
15
15
enquiry_address : Company address
16
- enquiry_telephone : Company telephone
16
+ enquiry_telephone : Phone number
17
17
enquiry_postcode : Company postcode
18
- enquiry_website : URL
18
+ enquiry_website : Business web address
19
19
enquiry_ch_listing : Companies House listing
20
20
enquiry_ch_listing_unknown : Not supplied
21
21
enquiry_trading_address : Trading address
22
22
enquiry_trading_address_postcode : Trading postcode
23
- enquiry_exporter : Existing exporter?
24
- enquiry_sector : Company sector
23
+ enquiry_exporter : Exporting experience
24
+ enquiry_sector : Industry
25
25
enquiry_explanation : Company explanation
26
26
enquiry_data_protection : Data protection
27
27
Original file line number Diff line number Diff line change 75
75
%dt = content['enquiry_explanation']
76
76
%dd = @enquiry.company_explanation
77
77
78
- %dt = content['enquiry_data_protection']
79
- %dd = @enquiry.data_protection ? 'Yes' : 'No'
80
-
81
78
%section .response-details
82
79
.container
83
80
- if !@enquiry_response || !@enquiry_response['completed_at']
You can’t perform that action at this time.
0 commit comments