removes booth message from admin interface
This commit is contained in:
committed by
Javi Martín
parent
be757f79d0
commit
5121c9b6d8
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user