mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -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? %>
|
||||
<%= stylesheet_link_tag "mobile" %>
|
||||
<% else %>
|
||||
<%= stylesheet_link_tag "application" %>
|
||||
<%= stylesheet_link_tag "desktop" %>
|
||||
<% end %>
|
||||
<%- end %>
|
||||
|
||||
|
|
Loading…
Reference in a new issue