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

layout

parent 6d56afc0
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title><%= content_for?(:title) ? raw("#{yield(:title)} | Osuny")
<title><%= content_for?(:title) ? raw("#{yield(:title)} Osuny")
: 'Osuny' %></title>
<%= csrf_meta_tags %>
<%= csp_meta_tag %>
......@@ -11,7 +11,6 @@
<%= stylesheet_link_tag 'admin', media: 'all' %>
<%= favicon_link_tag 'favicon.png' %>
</head>
<body data-theme="dark" data-layout="fluid" data-sidebar-position="left" data-sidebar-behavior="sticky">
<div class="wrapper">
<%= render 'admin/application/nav' %>
......
......@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title><%= content_for?(:title) ? raw("#{yield(:title)} | Osuny")
<title><%= content_for?(:title) ? raw("#{yield(:title)} Osuny")
: 'Osuny' %></title>
<%= csrf_meta_tags %>
<%= csp_meta_tag %>
......
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