diff --git a/static/css/details.css b/static/css/details.css index 1be8001f..e318d5a1 100644 --- a/static/css/details.css +++ b/static/css/details.css @@ -100,7 +100,7 @@ color: #888; } -.alert.no-events { +.alert.no-events, .alert.no-channels { border: #ddd; background: #F5F5F5; color: #444; diff --git a/templates/front/details.html b/templates/front/details.html index 0f4f9459..e3ecf129 100644 --- a/templates/front/details.html +++ b/templates/front/details.html @@ -191,6 +191,7 @@

Notification Methods

+ {% if channels %} {% for channel in channels %} @@ -206,6 +207,15 @@ {% endfor %}
+ {% else %} +
+ No notification methods set up yet. +
+ Set up your preferred methods of notification in the + Integrations + page. +
+ {% endif %}