Skip to content
Snippets Groups Projects
Commit 7465788d authored by Arnaud Levy's avatar Arnaud Levy
Browse files

merge

parent 06e9a069
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<title><%= yield :title %></title> <title><%= yield :title %></title>
<%= csrf_meta_tags %> <%= csrf_meta_tags %>
<%= csp_meta_tag %> <%= csp_meta_tag %>
<%= stylesheet_link_tag 'admin', media: 'all' %> <%= stylesheet_link_tag "admin/#{current_admin_theme}", media: 'all' %>
<%= javascript_include_tag 'devise' %> <%= javascript_include_tag 'devise' %>
<%= favicon_link_tag 'favicon.png' %> <%= favicon_link_tag 'favicon.png' %>
</head> </head>
......
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