1
0
mirror of https://github.com/dani/vroom.git synced 2024-07-02 12:13:12 +02:00
vroom/templates/default/admin.html.ep
Daniel Berteaud eff9565144 Re-arrange the admin page so we can have several sub-pages
The first and only one for now being the room management
2015-02-27 14:52:01 +01:00

13 lines
315 B
Plaintext

% title l('ADMINISTRATION');
%= include 'header'
%= include 'public_toolbar'
<div class="col-sm-offset-3 col-md-offset-4 col-sm-6 col-md-4">
<a class="btn btn-primary btn-block" href="<%= $self->get_url('/admin/rooms') %>">
<%=l 'ROOM_MANAGEMENT' %>
</a>
</div>
%= include 'js_common'
%= include 'footer'