Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

Commit

Permalink
Asset pipeline the favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
levent committed May 15, 2012
1 parent 97b6ff6 commit ddec274
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Expand Up @@ -5,7 +5,7 @@
<%= stylesheet_link_tag "application", :media => "all" %>
<%= javascript_include_tag "application" %>
<%= csrf_meta_tags %>
<link rel="shortcut icon" href="/assets/favicon.ico">
<link rel="shortcut icon" href="<%= image_path 'favicon.ico' %>">
</head>
<body onload="prettyPrint()">
<div id="container">
Expand Down

0 comments on commit ddec274

Please sign in to comment.