Add header and customize some devise views

This commit is contained in:
riggraz
2019-08-19 13:52:26 +02:00
parent 6fe5845ec9
commit c270fcff11
17 changed files with 279 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>App</title>
<title>Astuto</title>
<%= csrf_meta_tags %>
<%= csp_meta_tag %>
@@ -10,6 +10,9 @@
</head>
<body>
<%= render "layouts/header" %>
<%= render "layouts/alerts" %>
<%= yield %>
</body>
</html>