<%= stylesheet_link_tag *voluntary_application_stylesheets, media: 'all' %> <%= render 'layouts/shared/navigation' %>
Ajax-loader-small
<% unless flash.empty? %>
<%= render 'layouts/shared/flash_messages' %>
<% end %>
<% if sidenav(@sidenav_links_count).present? || content_for?(:search) %>
<% if content_for?(:breadcrumbs) %> <% else %> <%= breadcrumbs %> <% end %> <%= yield %>
<%= yield :search %> <%= sidenav(@sidenav_links_count) %>
<% else %>
<% if content_for?(:breadcrumbs) %> <% else %> <%= breadcrumbs %> <% end %> <%= yield %>
<% end %>
<%= javascript_include_tag *voluntary_application_javascripts %> <%= yield :javascript_includes %> <%= csrf_meta_tags %> <%= javascript_tag do %> <%= yield :top_javascript %> $(function() { <%= yield(:document_ready) %> }); <% end %>