diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-12-09 11:43:27 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-12-09 11:43:27 +0000 |
commit | 06c9c6b9a1d548a6022f145f2f75cfd88d2122c3 (patch) | |
tree | bd3bf4bb83f3af1dc246aaac64ad2c0522e1ee28 | |
parent | 8a597b7ff7093f8a828a6d5a8af1ccedd8eac05e (diff) |
Use a favicon link helper to point to our pipeline favicon.
-rw-r--r-- | app/views/layouts/_favicon.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/_favicon.html.erb b/app/views/layouts/_favicon.html.erb index 4f3859d6c..0ee7d48e3 100644 --- a/app/views/layouts/_favicon.html.erb +++ b/app/views/layouts/_favicon.html.erb @@ -1 +1 @@ -<link rel="shortcut icon" href="/favicon.ico"> +<%= favicon_link_tag 'favicon.ico' %> |