mirror of
https://github.com/discourse/discourse.git
synced 2025-06-29 03:11:37 +08:00
rename application.css.erb to desktop.css.erb
This commit is contained in:
0
app/assets/stylesheets/desktop/.gitkeep
Normal file
0
app/assets/stylesheets/desktop/.gitkeep
Normal file
@ -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