<%= link_to notification.title, notification, class: "link hover:no-underline #{notification_link_color(notification)}" %>

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