Redesign about

This commit is contained in:
Booteille 2024-12-05 11:18:30 +01:00
parent a8a5c1a804
commit 74b64ae6ce
No known key found for this signature in database
GPG Key ID: 0AB6C6CA01272646
1 changed files with 26 additions and 24 deletions

View File

@ -1,5 +1,6 @@
<section class="section container"> <div class="box">
<h2><%= l('About') %></h2> <div class="content">
<h1 class="title is-1"><%= l('About') %></h1>
<h3><%= l('What is Lufi?') %></h3> <h3><%= l('What is Lufi?') %></h3>
<p><%= l('Lufi is a free (as in free speech) file hosting software.') %></p> <p><%= l('Lufi is a free (as in free speech) file hosting software.') %></p>
<h3><%= l('Privacy') %></h3> <h3><%= l('Privacy') %></h3>
@ -21,4 +22,5 @@
<p><%== l('Latest tag of this instance: %1', sprintf('<a href="https://framagit.org/fiat-tux/hat-softwares/lufi/-/releases/%s" class="classic">%s</a>', stash('version')->{tag}, stash('version')->{tag})) %></p> <p><%== l('Latest tag of this instance: %1', sprintf('<a href="https://framagit.org/fiat-tux/hat-softwares/lufi/-/releases/%s" class="classic">%s</a>', stash('version')->{tag}, stash('version')->{tag})) %></p>
<p><%== l('Latest commit of this instance: %1', sprintf('<a href="https://framagit.org/fiat-tux/hat-softwares/lufi/-/commit/%s" class="classic">%s</a>', stash('version')->{commit}, stash('version')->{commit})) %></p> <p><%== l('Latest commit of this instance: %1', sprintf('<a href="https://framagit.org/fiat-tux/hat-softwares/lufi/-/commit/%s" class="classic">%s</a>', stash('version')->{commit}, stash('version')->{commit})) %></p>
<p><%= link_to url_for('/') => ( class => "button action-back-homepage" ) => begin %><%= l('Back to homepage') %><% end%></p> <p><%= link_to url_for('/') => ( class => "button action-back-homepage" ) => begin %><%= l('Back to homepage') %><% end%></p>
</section> </div>
</div>