From be2a93525069de2dfa3c23b0c23e7a9f7ad4c03d Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sun, 29 Dec 2024 15:14:43 +0100 Subject: First commit. --- app/views/layouts/_notifications.html.erb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 app/views/layouts/_notifications.html.erb (limited to 'app/views/layouts/_notifications.html.erb') diff --git a/app/views/layouts/_notifications.html.erb b/app/views/layouts/_notifications.html.erb new file mode 100644 index 0000000..3e1eb83 --- /dev/null +++ b/app/views/layouts/_notifications.html.erb @@ -0,0 +1,8 @@ +
+ <% if alert %> +

<%= alert %>

+ <% end %> + <% if notice %> +

<%= notice %>

+ <% end %> +
-- cgit v1.2.3