mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-30 19:08:10 -05:00
rename application.css.erb to desktop.css.erb
This commit is contained in:
parent
e3aafc154b
commit
4827634df9
3 changed files with 1 additions and 1 deletions
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…
Reference in a new issue