Merge branch 'patch-1' into 'development'

Fix about.html.ep

See merge request fiat-tux/hat-softwares/lufi!36
This commit is contained in:
Luc Didry 2019-10-03 13:22:40 +02:00
commit 16a35fcdf4
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<h3><%= l('How to report an illegal file?') %></h3>
<p><%== l('Please contact the administrator: %1', config('contact')) %></p>
<h3><%= l('Who wrote this software?') %></h3>
<p><%== l('The original (and only for now) author is <a href="https://fiat-tux.fr" class="classic">Luc Didry</a>.') %><br>
<p><%== l('The original (and only for now) author is <a href="https://fiat-tux.fr" class="classic">Luc Didry</a>.') %></p>
<h3><%= l('How to install the software on my server?') %></h3>
<p><%== l('As Lufi is a free software licensed under of the terms of the <a href="https://gnu.org/licenses/agpl.html" class="classic">AGPLv3</a>, you can install it on you own server. Have a look on the <a href="https://framagit.org/luc/lufi/wikis/home" class="classic">Wiki</a> for the procedure.') %><br>
<%== l('Get the source code on <a href="https://framagit.org/luc/lufi" class="classic">the official repository</a> or on its <a href="https://github.com/ldidry/lufi" class="classic">Github mirror</a>') %>