2013-04-11 02:24:08 -04:00
|
|
|
<%- unless SiteCustomization.override_default_style(session[:preview_style]) %>
|
2014-05-02 17:46:03 -04:00
|
|
|
<%= DiscourseStylesheets.stylesheet_link_tag(mobile_view? ? :mobile : :desktop) %>
|
2013-04-11 02:24:08 -04:00
|
|
|
<%- end %>
|
2013-02-11 06:41:23 -05:00
|
|
|
|
2013-05-02 03:22:27 -04:00
|
|
|
<%- if staff? %>
|
2013-04-11 02:24:08 -04:00
|
|
|
<%= stylesheet_link_tag "admin"%>
|
2014-03-08 08:25:03 -05:00
|
|
|
<%- end %>
|
2013-12-18 14:47:22 -05:00
|
|
|
|
|
|
|
<%- unless customization_disabled? %>
|
|
|
|
<%= SiteCustomization.custom_stylesheet(session[:preview_style], mobile_view? ? :mobile : :desktop) %>
|
|
|
|
<%- end %>
|