Skip to content

Commit e2930c4

Browse files
committed
Merge pull request #985 from projectblacklight/favicon-link-tag
remove redundant asset_path in favicon link tag
2 parents 8a7fdc5 + 6896d05 commit e2930c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/layouts/blacklight.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<title><%= render_page_title %></title>
1717
<%= opensearch_description_tag application_name, opensearch_catalog_path(:format => 'xml', :only_path => false) %>
18-
<%= favicon_link_tag asset_path('favicon.ico') %>
18+
<%= favicon_link_tag 'favicon.ico' %>
1919
<%= stylesheet_link_tag "application", media: "all" %>
2020
<%= javascript_include_tag "application" %>
2121
<%= csrf_meta_tags %>

0 commit comments

Comments
 (0)