2013-04-11 16:24:08 +10:00
|
|
|
<%- unless SiteCustomization.override_default_style(session[:preview_style]) %>
|
2013-08-27 16:40:30 -04:00
|
|
|
<% if mobile_view? %>
|
|
|
|
<%= stylesheet_link_tag "mobile" %>
|
|
|
|
<% else %>
|
2013-08-28 16:41:05 -04:00
|
|
|
<%= stylesheet_link_tag "desktop" %>
|
2013-08-27 16:40:30 -04:00
|
|
|
<% end %>
|
2013-04-11 16:24:08 +10:00
|
|
|
<%- end %>
|
2013-02-11 19:41:23 +08:00
|
|
|
|
2013-05-02 17:22:27 +10:00
|
|
|
<%- if staff? %>
|
2013-04-11 16:24:08 +10:00
|
|
|
<%= stylesheet_link_tag "admin"%>
|
|
|
|
<%-end%>
|
2013-08-27 16:40:30 -04:00
|
|
|
|
2013-04-11 16:24:08 +10:00
|
|
|
<%=SiteCustomization.custom_stylesheet(session[:preview_style])%>
|