mirror of
https://github.com/we-promise/sure.git
synced 2026-04-08 06:44:52 +00:00
* Remove orphan function * Add centralized branding helpers and update locales * Remove _plus and add (proper) brand * No longer Sure, configurable * Consistency with compose file naming * Missed `product_name` mapping * Fix brand/product name in mailers * Product name in email reset flow * Fix i18n errors/tests * Fix password mailer brand/product name (again) * Missed hardcoded `Sure` in onboarding goals Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: Juan José Mata <jjmata@jjmata.com> * PR nitpick on documentation * Missing interpolation key for invited UI * Orphan assets * New logos --------- Signed-off-by: Juan José Mata <jjmata@jjmata.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
11 lines
501 B
Plaintext
11 lines
501 B
Plaintext
<footer class="p-6">
|
|
<div class="space-y-2 text-center text-xs text-secondary">
|
|
<p>© <%= Date.current.year %>, <%= brand_name %> <%= product_name %> (community fork of Maybe Finance)</p>
|
|
<div class="flex justify-center items-center gap-2">
|
|
<%= link_to "Privacy Policy", privacy_path, class: "text-secondary", target: "_blank" %>
|
|
<span>•</span>
|
|
<%= link_to "Terms of Service", terms_path, class: "text-secondary", target: "_blank" %>
|
|
</div>
|
|
</div>
|
|
</footer>
|