summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorDavid Gay <eapoems@riseup.net>2024-08-29 06:21:54 -0400
committerDavid Gay <eapoems@riseup.net>2024-08-29 06:21:54 -0400
commit52e52d200c244e0d6d863cc69c452b05cd74fe16 (patch)
tree7040f70eda79fe90f543a34fc9e4a786c37d0000 /app/views
parent118d6e96202f79ca60eef614305c4455d86ccb32 (diff)
devise config
Diffstat (limited to 'app/views')
-rw-r--r--app/views/layouts/application.html.erb7
1 files changed, 5 insertions, 2 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index fbe267e..f7a50bc 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html>
+<html lang="en">
<head>
<title>Dmn</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
@@ -11,6 +11,9 @@
</head>
<body>
- <%= yield %>
+ <p class="notice"><%= notice %></p>
+ <p class="alert"><%= alert %></p>
+
+ <%= yield %>
</body>
</html>