Skip to content

Commit f7aea38

Browse files
Footer: Add Compiler line (#2460)
2 parents c569549 + 7d20a5b commit f7aea38

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

benefits/core/templates/core/base.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@
111111
<li>
112112
<a class="footer-link m-0 p-0" href="https://cdt.ca.gov/privacy-policy/" target="_blank" rel="noopener noreferrer">{% translate "Privacy Policy" %}</a>
113113
</li>
114+
<li class="ms-auto">
115+
<span class="text-white">{% translate "Powered by" %}</span> <a class="footer-link m-0 p-0" href="https://compiler.la" target="_blank" rel="noopener noreferrer">{% translate "Compiler LLC" %}</a>
116+
</li>
114117
</ul>
115118
</div>
116119

@@ -131,6 +134,16 @@
131134
</li>
132135
</ul>
133136
</div>
137+
<div class="d-block d-lg-none container-fluid p-0">
138+
<hr class="border border-white border-1 p-0 m-0 w-100 opacity-100">
139+
</div>
140+
<div class="d-block d-lg-none container">
141+
<ul class="col-12 footer-links ps-0 mb-0">
142+
<li>
143+
<span class="text-white">{% translate "Powered by" %}</span> <a class="footer-link m-0 p-0" href="https://compiler.la" target="_blank" rel="noopener noreferrer">{% translate "Compiler LLC" %}</a>
144+
</li>
145+
</ul>
146+
</div>
134147

135148
</footer>
136149

benefits/locale/en/LC_MESSAGES/django.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
msgid ""
77
msgstr ""
88
"Report-Msgid-Bugs-To: https://github.com/cal-itp/benefits/issues \n"
9-
"POT-Creation-Date: 2024-10-08 13:36-0700\n"
9+
"POT-Creation-Date: 2024-10-17 09:36-0700\n"
1010
"Language: English\n"
1111
"MIME-Version: 1.0\n"
1212
"Content-Type: text/plain; charset=UTF-8\n"
@@ -45,6 +45,12 @@ msgstr ""
4545
msgid "Privacy Policy"
4646
msgstr ""
4747

48+
msgid "Powered by"
49+
msgstr ""
50+
51+
msgid "Compiler LLC"
52+
msgstr ""
53+
4854
msgid "What is Cal-ITP Benefits?"
4955
msgstr ""
5056

benefits/locale/es/LC_MESSAGES/django.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
msgid ""
77
msgstr ""
88
"Report-Msgid-Bugs-To: https://github.com/cal-itp/benefits/issues \n"
9-
"POT-Creation-Date: 2024-10-08 13:36-0700\n"
9+
"POT-Creation-Date: 2024-10-17 09:36-0700\n"
1010
"Language: Español\n"
1111
"MIME-Version: 1.0\n"
1212
"Content-Type: text/plain; charset=UTF-8\n"
@@ -54,6 +54,12 @@ msgstr "Ayuda"
5454
msgid "Privacy Policy"
5555
msgstr "Póliza de Privacidad"
5656

57+
msgid "Powered by"
58+
msgstr "Desarrollado por"
59+
60+
msgid "Compiler LLC"
61+
msgstr "Compiler LLC"
62+
5763
msgid "What is Cal-ITP Benefits?"
5864
msgstr "¿Qué es Cal-ITP Benefits?"
5965

0 commit comments

Comments
 (0)