Feature: Rewamp super admin dashboard (#882)
This commit is contained in:
14
app/views/super_admin/application/_stylesheet.html.erb
Normal file
14
app/views/super_admin/application/_stylesheet.html.erb
Normal file
@@ -0,0 +1,14 @@
|
||||
<%#
|
||||
# Stylesheet Partial
|
||||
|
||||
This partial imports the necessary stylesheets on each page.
|
||||
By default, it includes the application CSS,
|
||||
but each page can define additional CSS sources
|
||||
by providing a `content_for(:stylesheet)` block.
|
||||
%>
|
||||
|
||||
<% Administrate::Engine.stylesheets.each do |css_path| %>
|
||||
<%= stylesheet_link_tag css_path %>
|
||||
<% end %>
|
||||
|
||||
<%= yield :stylesheet %>
|
||||
Reference in New Issue
Block a user