+ <% flash.each do |type, messages| %>
+ <%= Time.now%>
+ <% Array(messages).each do |message| %>
+
+ <%= message %>
+
+ <% end %>
+ <% end %>
+
+<% end %>
\ No newline at end of file
diff --git a/app/views/layouts/components/_flashbar.html.erb b/app/views/layouts/components/_flashbar.html.erb
index 4c28b71..23c0c03 100644
--- a/app/views/layouts/components/_flashbar.html.erb
+++ b/app/views/layouts/components/_flashbar.html.erb
@@ -22,15 +22,4 @@
-
- <% flash.each do |type, messages| %>
- <% Array(messages).each do |message| %>
-
- <%= message %>
-
- <% end %>
- <% end %>
-
+<%= render 'layouts/components/flash' %>
\ No newline at end of file
diff --git a/app/views/notification/index.html.erb b/app/views/notification/index.html.erb
index 19de4b3..f26e00a 100644
--- a/app/views/notification/index.html.erb
+++ b/app/views/notification/index.html.erb
@@ -3,40 +3,83 @@