<%= csrf_meta_tags %> <%= stylesheet_link_tag "binda/application", media: "all" %> <% if controller_name == 'sessions' && action_name == 'new' %> <% end %> <%= javascript_include_tag "binda/application" %> <%= tinymce %><%# This one as to be called after "application" scripts%> <%= 'devise-view' if is_devise_controller %>"> <%= render 'layouts/binda/popup_warning' %>
<%= yield :background %> <%= render partial: 'layouts/binda/sidebar' %> <%= render partial: 'layouts/binda/header' %>
<%= render partial: 'layouts/binda/flash' %> <%= yield :content %> <%= yield %>