mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 15:49:55 +08:00
9 lines
261 B
Plaintext
9 lines
261 B
Plaintext
<%- unless SiteCustomization.override_default_style(session[:preview_style]) %>
|
|
<%=stylesheet_link_tag "application"%>
|
|
<%- end %>
|
|
|
|
<%- if staff? %>
|
|
<%= stylesheet_link_tag "admin"%>
|
|
<%-end%>
|
|
<%=SiteCustomization.custom_stylesheet(session[:preview_style])%>
|