Skip to content

Commit

Permalink
Removed officer alert in admin section
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaCheca authored and javierm committed May 16, 2019
1 parent f22a974 commit d5c7858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/admin.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<div class="admin-content small-12 medium-9 column" data-equalizer-watch>
<%= render "layouts/flash" %>
<%= render "layouts/officing_booth" if session[:booth_id].present? %>
<%= render "layouts/officing_booth" if controller.class.parent == Officing && session[:booth_id].present? %>
<%= yield %>
</div>
</div>
Expand Down

0 comments on commit d5c7858

Please sign in to comment.