Redesign about
This commit is contained in:
parent
a8a5c1a804
commit
74b64ae6ce
|
@ -1,5 +1,6 @@
|
|||
<section class="section container">
|
||||
<h2><%= l('About') %></h2>
|
||||
<div class="box">
|
||||
<div class="content">
|
||||
<h1 class="title is-1"><%= l('About') %></h1>
|
||||
<h3><%= l('What is Lufi?') %></h3>
|
||||
<p><%= l('Lufi is a free (as in free speech) file hosting software.') %></p>
|
||||
<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 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>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue