Skip to content

Commit

Permalink
Merge pull request #3025 from mdesantis/mdesantis/3024/add-favicon-to…
Browse files Browse the repository at this point in the history
…-admin-layout

Add favicon to the admin layout
  • Loading branch information
kennyadsl authored Jan 6, 2019
2 parents 26f7d83 + 8acae10 commit 60c9292
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added backend/app/assets/images/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions backend/app/views/spree/admin/shared/_head.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<!-- Get "Open Sans" font from Google -->
<link href='//fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600&subset=latin,cyrillic,greek,vietnamese' rel='stylesheet' type='text/css'>

<%= favicon_link_tag 'favicon.ico' %>
<%= stylesheet_link_tag 'spree/backend/all', media: 'all', data: {turbolinks_track: 'reload'} %>
<%= javascript_include_tag 'spree/backend/all', data: {turbolinks_track: 'reload'} %>

Expand Down

0 comments on commit 60c9292

Please sign in to comment.