mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-30 10:58:31 -05:00
FIX: When changing colors, refresh the admin stylesheet
This commit is contained in:
parent
fb233b0b76
commit
707c493e3c
4 changed files with 3 additions and 5 deletions
|
@ -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 %>
|
<%- end %>
|
||||||
|
|
||||||
<%- if staff? %>
|
<%- if staff? %>
|
||||||
<%= stylesheet_link_tag "admin"%>
|
<%= DiscourseStylesheets.stylesheet_link_tag(:admin) %>
|
||||||
<%- end %>
|
<%- end %>
|
||||||
|
|
||||||
<%- unless customization_disabled? %>
|
<%- unless customization_disabled? %>
|
||||||
|
|
Loading…
Reference in a new issue