mirror of
https://github.com/discourse/discourse.git
synced 2025-02-18 01:05:00 +00:00
rename application.css.erb to desktop.css.erb
This commit is contained in:
parent
e3aafc154b
commit
4827634df9
0
app/assets/stylesheets/desktop/.gitkeep
Normal file
0
app/assets/stylesheets/desktop/.gitkeep
Normal file
@ -2,7 +2,7 @@
|
|||||||
<% if mobile_view? %>
|
<% if mobile_view? %>
|
||||||
<%= stylesheet_link_tag "mobile" %>
|
<%= stylesheet_link_tag "mobile" %>
|
||||||
<% else %>
|
<% else %>
|
||||||
<%= stylesheet_link_tag "application" %>
|
<%= stylesheet_link_tag "desktop" %>
|
||||||
<% end %>
|
<% end %>
|
||||||
<%- end %>
|
<%- end %>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user