diff --git a/app/views/shared/_navbar.html.erb b/app/views/shared/_navbar.html.erb index 193e39b..7be9180 100644 --- a/app/views/shared/_navbar.html.erb +++ b/app/views/shared/_navbar.html.erb @@ -35,7 +35,7 @@ <%= notif.title %> <%= notif.created_at.strftime("%d/%m %H:%M") %> - <%= notif.content %> + <%= notif.content %> <% end %>