From f93747cd06f897e319b0f7c778e80ae477ea4d01 Mon Sep 17 00:00:00 2001 From: Booteille Date: Sun, 18 May 2025 19:13:02 +0200 Subject: [PATCH] Add 'how to contact admin' section --- themes/default/templates/about.html.ep | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/default/templates/about.html.ep b/themes/default/templates/about.html.ep index d918962..d03ea5e 100644 --- a/themes/default/templates/about.html.ep +++ b/themes/default/templates/about.html.ep @@ -12,6 +12,8 @@

<%= l('You can see the list of your files by clicking on the "My files" link at the top right of this page.') %>

<%= l('How to report an illegal file?') %>

<%== l('Please use the dedicated report mail: %2', config('report'), l('Contact mail')) %>

+

<%= l('How to contact the administrator ?') %>

+

<%== l('Here is the contact page: %1', config('contact')) %>

<%= l('Who wrote this software?') %>

<%== l('The original (and only for now) author is Luc Didry.') %>

<%= l('How to install the software on my server?') %>