aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/assets/images/logo_chouette_small.icobin0 -> 1150 bytes
-rw-r--r--app/assets/images/logo_chouette_small.pngbin0 -> 896 bytes
-rw-r--r--app/views/layouts/application.html.erb2
-rw-r--r--app/views/layouts/devise.html.erb2
4 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/images/logo_chouette_small.ico b/app/assets/images/logo_chouette_small.ico
new file mode 100644
index 000000000..0492f8ad8
--- /dev/null
+++ b/app/assets/images/logo_chouette_small.ico
Binary files differ
diff --git a/app/assets/images/logo_chouette_small.png b/app/assets/images/logo_chouette_small.png
new file mode 100644
index 000000000..460e7f277
--- /dev/null
+++ b/app/assets/images/logo_chouette_small.png
Binary files differ
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index 38125e112..7b9876d4e 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -2,6 +2,8 @@
<html lang="<%= I18n.locale %>">
<head>
<title>Chouette V2 - <%= title %></title>
+ <%= favicon_link_tag "logo_chouette_small.ico" %>
+ <%= favicon_link_tag 'logo_chouette_small.png', rel: 'apple-touch-icon', type: 'image/png' %>
<%= stylesheet_link_tag :application %>
<%= javascript_include_tag :application %>
<% if defined?( @map) %>
diff --git a/app/views/layouts/devise.html.erb b/app/views/layouts/devise.html.erb
index 60c531780..e2def9fa3 100644
--- a/app/views/layouts/devise.html.erb
+++ b/app/views/layouts/devise.html.erb
@@ -2,6 +2,8 @@
<html lang="<%= I18n.locale %>">
<head>
<title>Chouette V2 - <%= title %></title>
+ <%= favicon_link_tag "logo_chouette_small.ico" %>
+ <%= favicon_link_tag 'logo_chouette_small.png', rel: 'apple-touch-icon', type: 'image/png' %>
<%= stylesheet_link_tag :application %>
<%= javascript_include_tag :application %>
<% if defined?( @map) %>