diff --git a/app/assets/images/dc_invoice_logo.png b/app/assets/images/dc_invoice_logo.png new file mode 100644 index 00000000..4782cb56 Binary files /dev/null and b/app/assets/images/dc_invoice_logo.png differ diff --git a/app/assets/images/dc_logo.jpg b/app/assets/images/dc_logo.jpg new file mode 100644 index 00000000..04b62402 Binary files /dev/null and b/app/assets/images/dc_logo.jpg differ diff --git a/app/assets/images/dc_logo.png b/app/assets/images/dc_logo.png new file mode 100644 index 00000000..3c5c91fb Binary files /dev/null and b/app/assets/images/dc_logo.png differ diff --git a/app/assets/images/dc_logo_small.png b/app/assets/images/dc_logo_small.png new file mode 100644 index 00000000..f1300ba5 Binary files /dev/null and b/app/assets/images/dc_logo_small.png differ diff --git a/app/models/notice_builder.rb b/app/models/notice_builder.rb index bc98f3b1..71bd4fca 100644 --- a/app/models/notice_builder.rb +++ b/app/models/notice_builder.rb @@ -266,13 +266,13 @@ def employee_appeal_rights def ivl_taglines join_pdfs [ notice_path, - Rails.root.join('lib/pdf_templates', 'taglines.pdf') + Rails.root.join("lib/pdf_templates/#{Settings.site.key}", 'taglines.pdf') ] end def attach_blank_page(template_path = nil) path = template_path.nil? ? notice_path : template_path - blank_page = Rails.root.join('lib/pdf_templates', 'blank.pdf') + blank_page = Rails.root.join("lib/pdf_templates/#{Settings.site.key}", 'blank.pdf') page_count = Prawn::Document.new(template: path).page_count join_pdfs([path, blank_page], path) if page_count.odd? end diff --git a/app/operations/documents/create_with_insert.rb b/app/operations/documents/create_with_insert.rb index ceb2fc55..889c6cc1 100644 --- a/app/operations/documents/create_with_insert.rb +++ b/app/operations/documents/create_with_insert.rb @@ -86,7 +86,7 @@ def document(params) def attach_blank_page(template_path = nil) path = template_path.nil? ? @main_document_path : template_path - blank_page = Rails.root.join('lib/pdf_templates', 'blank.pdf') + blank_page = Rails.root.join("lib/pdf_templates/#{Settings.site.key}", 'blank.pdf') page_count = Prawn::Document.new(template: path).page_count join_pdfs([path, blank_page], path) if page_count.odd? end @@ -118,7 +118,7 @@ def ivl_non_discrimination def ivl_attach_envelope join_pdfs [ @main_document_path, - Rails.root.join('lib/pdf_templates', 'taglines.pdf') + Rails.root.join("lib/pdf_templates/#{Settings.site.key}", "taglines.pdf") ] end diff --git a/app/views/shared/footer_ivl.html.erb b/app/views/shared/footer_ivl.html.erb index 50126bb0..ff0deed5 100644 --- a/app/views/shared/footer_ivl.html.erb +++ b/app/views/shared/footer_ivl.html.erb @@ -45,11 +45,19 @@
| Questions? - Go to www.CoverME.gov or call <%= contact_center_short_number %> - |
-
| Questions? + Go to www.CoverME.gov or call <%= contact_center_short_number %> + |
+
| + Questions? Call <%= Settings.site.short_name %> at <%= Settings.contact_center.contact_center_number_for_display %>, or go to <%= Settings.site.short_url %> + | +