Skip to content

Commit

Permalink
Merge pull request #21 from bigbinary/fix-superadmin-layout
Browse files Browse the repository at this point in the history
 #20 Fix superadmin layout to include correct js and css files
  • Loading branch information
neerajsingh0101 committed Nov 2, 2014
2 parents d2f4ce5 + 2f73de2 commit 776f37f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/layouts/superadmin.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.1/html5shiv.js" type="text/javascript"></script>
<![endif]-->

<%= stylesheet_link_tag "application", :media => "all" %>
<%= stylesheet_link_tag "application_desktop", :media => "all" %>
<!--<link rel="icon" href="/favicon.ico" type="image/x-icon">-->
<!--<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">-->
</head>
Expand Down Expand Up @@ -51,7 +51,7 @@
</footer>

<!-- Placed at the end of the document so the pages load faster -->
<%= javascript_include_tag "application" %>
<%= javascript_include_tag "application_desktop" %>

</body>
</html>

0 comments on commit 776f37f

Please sign in to comment.