mirror of
https://framagit.org/fiat-tux/hat-softwares/lutim.git
synced 2026-07-03 00:11:59 +02:00
7 lines
239 B
Plaintext
7 lines
239 B
Plaintext
% # vim:set sw=4 ts=4 sts=4 ft=html.epl expandtab:
|
|
% title 'Lutim logout';
|
|
<h1 class="h4"><%= l('You have been successfully logged out.') %></h1>
|
|
<p>
|
|
<a href="<%= url_for('login') %>" class="btn btn-default"><%= l('Signin') %></a>
|
|
</p
|