mirror of
https://github.com/discourse/discourse.git
synced 2026-08-26 21:27:16 -05:00
rename application.css.erb to desktop.css.erb
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<% if mobile_view? %>
|
||||
<%= stylesheet_link_tag "mobile" %>
|
||||
<% else %>
|
||||
<%= stylesheet_link_tag "application" %>
|
||||
<%= stylesheet_link_tag "desktop" %>
|
||||
<% end %>
|
||||
<%- end %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user