Skip to content
Snippets Groups Projects
Unverified Commit e70241ca authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

extranet assets from example site

parent 0500f961
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,9 @@
<%= csp_meta_tag %>
<%= 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">
<%= javascript_include_tag 'extranet' %>
<script src="https://example.osuny.org/js/extranet.js"></script>
<% if current_extranet.favicon.attached? %>
<%= favicon_link_tag url_for(current_extranet.favicon.variant(:thumb)) %>
<% else %>
......
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