mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: When changing colors, refresh the admin stylesheet
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
// Manifest
|
||||
//
|
||||
//= require_tree ./common/admin
|
||||
1
app/assets/stylesheets/admin.scss
Normal file
1
app/assets/stylesheets/admin.scss
Normal file
@@ -0,0 +1 @@
|
||||
@import "common/admin/admin_base"
|
||||
@@ -5,7 +5,7 @@
|
||||
<%- end %>
|
||||
|
||||
<%- if staff? %>
|
||||
<%= stylesheet_link_tag "admin"%>
|
||||
<%= DiscourseStylesheets.stylesheet_link_tag(:admin) %>
|
||||
<%- end %>
|
||||
|
||||
<%- unless customization_disabled? %>
|
||||
|
||||
Reference in New Issue
Block a user