From 69873668f1b0e285dfe22052c7612c93a91e426d Mon Sep 17 00:00:00 2001 From: mooleshacat <43627985+mooleshacat@users.noreply.github.com> Date: Wed, 16 Oct 2024 03:27:00 -0400 Subject: [PATCH 1/2] update --- src/invidious/views/template.ecr | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/src/invidious/views/template.ecr b/src/invidious/views/template.ecr index 9904b4fc..8e645d68 100644 --- a/src/invidious/views/template.ecr +++ b/src/invidious/views/template.ecr @@ -118,36 +118,48 @@ <% if CONFIG.modified_source_code_url %> - <%= translate(locale, "footer_original_source_code") %> / - <%= translate(locale, "footer_modfied_source_code") %> + <%= translate(locale, "footer_original_source_code") %> / + <%= translate(locale, "footer_modfied_source_code") %> <% else %> - <%= translate(locale, "footer_source_code") %> + <%= translate(locale, "footer_source_code") %> <% end %> - <%= translate(locale, "footer_documentation") %> + <%= translate(locale, "footer_documentation") %> + + + + FreeTube Configuration Help
- <%= translate(locale, "Released under the AGPLv3 on Github.") %> + <%= translate(locale, "Released under the AGPLv3 on Github.") %> - <%= translate(locale, "View JavaScript license information.") %> + <%= translate(locale, "View JavaScript license information.") %> - <%= translate(locale, "View privacy policy.") %> + <%= translate(locale, "View privacy policy.") %> + + + + Server Status
- <%= translate(locale, "footer_donate_page") %> + Donate to catspeed + + + + Donate to invidious <%= translate(locale, "Current version: ") %> <%= CURRENT_VERSION %>-<%= CURRENT_COMMIT %> @ <%= CURRENT_BRANCH %>
From 9c42c6f35c868fefa9e2076b5d462d173d69c132 Mon Sep 17 00:00:00 2001 From: mooleshacat <43627985+mooleshacat@users.noreply.github.com> Date: Wed, 16 Oct 2024 03:33:12 -0400 Subject: [PATCH 2/2] update --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7a26e1a6..3dd4ab41 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +*~ /docs/ /dev/ /lib/