From 0d943d128431f166045de53bd64575dac142d320 Mon Sep 17 00:00:00 2001 From: Erik Michelson Date: Mon, 26 Apr 2021 00:18:08 +0200 Subject: Extract list of supported languages in separate file Signed-off-by: Erik Michelson --- public/views/index/body.ejs | 39 +-------------------------------------- 1 file changed, 1 insertion(+), 38 deletions(-) (limited to 'public/views') diff --git a/public/views/index/body.ejs b/public/views/index/body.ejs index 54d2b32f..ca6204b1 100644 --- a/public/views/index/body.ejs +++ b/public/views/index/body.ejs @@ -127,44 +127,7 @@
- +

<%- __('Powered by %s', 'HedgeDoc') %> | <%= __('Releases') %> | <%= __('Source Code') %><% if(imprint) { %> | <%= __('Imprint') %><% } %><% if(privacyStatement) { %> | <%= __('Privacy') %><% } %><% if(termsOfUse) { %> | <%= __('Terms of Use') %><% } %>

-- cgit v1.2.3