rename application.css.erb to desktop.css.erb

This commit is contained in:
Neil Lalonde 2013-08-28 16:41:05 -04:00
parent e3aafc154b
commit 4827634df9
3 changed files with 1 additions and 1 deletions

View File

View 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 %>