removes booth message from admin interface

This commit is contained in:
Juanjo Bazán
2017-02-18 13:13:27 +01:00
committed by Javi Martín
parent be757f79d0
commit 5121c9b6d8

View File

@@ -33,7 +33,7 @@
<div class="admin-content small-12 medium-9 column" data-equalizer-watch> <div class="admin-content small-12 medium-9 column" data-equalizer-watch>
<%= render "layouts/flash" %> <%= render "layouts/flash" %>
<%= render "layouts/officing_booth" %> <%= render "layouts/officing_booth" if session[:booth_id].present? %>
<%= yield %> <%= yield %>
</div> </div>
</div> </div>