<%= link_to notification.title, notification, class: 'link hover:no-underline text-blue-600' %>

<%= time_ago_in_words notification.created_at %> ago
<% if params[:action] == 'show' %>
<%= notification.content %> <% if notification.error? %>
Please, when reporting a bug to Github Issues, don't forget to include logs from dawarich_app and dawarich_sidekiq docker containers. Thank you!
<% end %>
<% end %>