From a1af75a87fd184bf90dbebea2f605dd6699b284f Mon Sep 17 00:00:00 2001 From: Tommy Miland Date: Mon, 4 Mar 2019 04:05:09 +0100 Subject: [PATCH] Update template.ecr Add current branch to footer. Add icons to footer. --- src/invidious/views/template.ecr | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/src/invidious/views/template.ecr b/src/invidious/views/template.ecr index a271b6ea..0f705836 100644 --- a/src/invidious/views/template.ecr +++ b/src/invidious/views/template.ecr @@ -107,19 +107,29 @@ <%= translate(locale, "Released under the AGPLv3 by Omar Roth.") %> -
<%= translate(locale, "BTC: ") %>356DpZyMXu6rYd55Yqzjs29n79kGKWcYrY
-
<%= translate(locale, "BCH: ") %>qq4ptclkzej5eza6a50et5ggc58hxsq5aylqut2npk
+ + <%= translate(locale, "BTC: ") %>356DpZyMXu6rYd55Yqzjs29n79kGKWcYrY
+
+ + <%= translate(locale, "BCH: ") %>qq4ptclkzej5eza6a50et5ggc58hxsq5aylqut2npk
+
+ <%= translate(locale, "Liberapay") %> / <%= translate(locale, "Patreon") %>
+ <%= translate(locale, "View JavaScript license information.") %>
-
<%= translate(locale, "Current version: ") %> <%= CURRENT_VERSION %>-<%= CURRENT_COMMIT %>
+
+ + <%= translate(locale, "Current version: ") %> <%= CURRENT_VERSION %>-<%= CURRENT_COMMIT %> + + <%= CURRENT_BRANCH %>