Skip to content

Commit

Permalink
Protocol agnostic links to favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorgs committed Nov 27, 2014
1 parent d728da9 commit 3b80526
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Expand Up @@ -9,7 +9,7 @@
<link rel="search" type="application/opensearchdescription+xml" title="openSUSE Software" href="/search_software.xml" />

<%= stylesheet_link_tag "application" %>
<link href="http://static.opensuse.org/themes/bento/images/favicon.png" rel="shortcut icon" />
<link href="//static.opensuse.org/themes/bento/images/favicon.png" rel="shortcut icon" />
<%= javascript_include_tag "application" %>
<%= javascript_include_tag "/themes/bento/js/l10n/global-navigation-data-#{@lang || "en"}.js" %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/download.html.erb
Expand Up @@ -9,7 +9,7 @@
<link rel="search" type="application/opensearchdescription+xml" title="openSUSE Software" href="/search_software.xml" />

<%= stylesheet_link_tag "application" %>
<link href="http://static.opensuse.org/themes/bento/images/favicon.png" rel="shortcut icon" />
<link href="//static.opensuse.org/themes/bento/images/favicon.png" rel="shortcut icon" />
<%= javascript_include_tag "application" %>
<%= javascript_include_tag "/themes/bento/js/l10n/global-navigation-data-#{@lang || "en"}.js" %>
Expand Down

0 comments on commit 3b80526

Please sign in to comment.