1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-18 04:09:14 +02:00

Large buttons too in the main admin menu

This commit is contained in:
Daniel Berteaud 2015-03-18 10:53:06 +01:00
parent e67df85111
commit 6af9ae7e4b

View File

@ -3,7 +3,7 @@
%= 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->url_for('/admin/rooms') %>">
<a class="btn btn-lg btn-primary btn-block" href="<%= $self->url_for('/admin/rooms') %>">
<%=l 'ROOM_MANAGEMENT' %>
</a>
</div>