Skip to content
Snippets Groups Projects
Unverified Commit 18df9b3d authored by Sébastien Gaya's avatar Sébastien Gaya Committed by GitHub
Browse files

Update _head.html.erb

parent faf1ca75
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,9 @@
<%= stylesheet_link_tag 'extranet', media: 'all' %>
<link rel="stylesheet" href="<%= style_path(format: :css) %>" media="all">
<link rel="stylesheet" href="https://example.osuny.org/assets/css/extranet.min.css" media="all">
<% if current_extranet.favicon.representable? %>
<%= favicon_link_tag url_for(current_extranet.favicon.representation(:thumb)) %>
<%# TODO: @Sebou remettre representation après update RoR 7.1.0 %>
<% if current_extranet.favicon.variable? %>
<%= favicon_link_tag url_for(current_extranet.favicon.variant(:thumb)) %>
<% else %>
<%= favicon_link_tag 'favicon.png' %>
<% end %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment