<%# # Application Layout This view template is used as the layout for every page that Administrate generates. By default, it renders: - Sidebar for navigation - Content for a search bar (if provided by a `content_for` block in a nested page) - Flashes - Links to stylesheets and Javascripts %> Sign In - <%= Rails.application.class.parent_name.titlecase %> <%= render "admin/application/stylesheet" %> <%= csrf_meta_tags %>
<%= render "admin/application/flashes" -%> <%= yield %>
<%= render "admin/application/javascript" %>