diff --git a/sdbs_infra/dashboard/static/main.css b/sdbs_infra/dashboard/static/main.css index e0b391f..2aab2b1 100644 --- a/sdbs_infra/dashboard/static/main.css +++ b/sdbs_infra/dashboard/static/main.css @@ -156,6 +156,10 @@ h2 { } } +.firehose a { + text-decoration: underline; +} + .firehose .logs { list-style: none; padding: 0; diff --git a/sdbs_infra/dashboard/templates/index.html b/sdbs_infra/dashboard/templates/index.html index e044f0e..0511e5e 100644 --- a/sdbs_infra/dashboard/templates/index.html +++ b/sdbs_infra/dashboard/templates/index.html @@ -90,7 +90,13 @@
  • [{{ feed_item.published_datetime|date:"Y-m-d | H:i:s" }}]
    + {% if feed_item.link %} + + {% endif %}
    {{ feed_item.title }}
    + {% if feed_item.link %} +
    + {% endif %}
    {% if feed_item.summary %}