Skip to content

Commit

Permalink
Added favicon (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
shal authored and Louis committed Jan 28, 2018
1 parent ce69e9c commit 72697e5
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 0 deletions.
Binary file added app/assets/images/favicon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/views/layouts/admin.html.erb
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<%= favicon_link_tag asset_path('favicon.png'), :rel => 'icon', :type => 'image/png' %>
<title>Barong Admin</title>
<%= csrf_meta_tags %>
<%= stylesheet_link_tag 'admin', media: 'all' %>
Expand Down
1 change: 1 addition & 0 deletions app/views/layouts/application.html.erb
Expand Up @@ -8,6 +8,7 @@
<%= domain_stylesheet_tag(domain_stylesheet()) %>
<%= javascript_include_tag 'web' %>
<%= favicon_link_tag asset_path('favicon.png'), :rel => 'icon', :type => 'image/png' %>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body class="devise">
Expand Down
1 change: 1 addition & 0 deletions app/views/layouts/devise.html.erb
Expand Up @@ -8,6 +8,7 @@
<%= domain_stylesheet_tag(domain_stylesheet()) %>
<%= javascript_include_tag 'web' %>
<meta name="viewport" content="width=device-width, initial-scale=1">
<%= favicon_link_tag asset_path('favicon.png'), :rel => 'icon', :type => 'image/png' %>
</head>
<body class="devise">

Expand Down
1 change: 1 addition & 0 deletions app/views/layouts/doorkeeper/admin.html.erb
Expand Up @@ -4,6 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<%= favicon_link_tag asset_path('favicon.png'), :rel => 'icon', :type => 'image/png' %>
<title>Doorkeeper</title>
<%= stylesheet_link_tag 'admin', media: 'all' %>
<%= csrf_meta_tags %>
Expand Down

0 comments on commit 72697e5

Please sign in to comment.