1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-29 15:03:41 +02:00
vroom/templates/default/kicked.html.ep
2015-03-17 23:13:18 +01:00

15 lines
452 B
Plaintext

% title $self->l('KICKED');
%= include 'header'
%= include 'public_toolbar'
<div class="container-fluid">
<div class="jumbotron alert-danger">
<h2><%=l 'YOU_HAVE_BEEN_KICKED' %></h2>
<p><%=l 'AN_ADMIN_HAS_KICKED_YOU' %></p>
<div class="btn-group">
<a class="btn btn-primary btn-lg" role="button" href="<%= $self->url_for('/') %>"><%=l 'BACK_TO_MAIN_MENU' %></a>
</div>
</div>
</div>
%= include 'js_common'
%= include 'footer'