From 3ab41e6b63ff3d7d2147cd1a88829311b3984cd9 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 6 Dec 2018 22:00:28 -0400 Subject: [PATCH] Events: Update subscription icon Update the subscription icon to match other instances. Signed-off-by: Roberto Rosario --- mayan/apps/events/icons.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mayan/apps/events/icons.py b/mayan/apps/events/icons.py index ecac8f3c1d..389453df36 100644 --- a/mayan/apps/events/icons.py +++ b/mayan/apps/events/icons.py @@ -3,7 +3,7 @@ from __future__ import absolute_import, unicode_literals from mayan.apps.appearance.classes import Icon icon_event_types_subscriptions_list = Icon( - driver_name='fontawesome', symbol='list-ol' + driver_name='fontawesome', symbol='rss' ) icon_events_list = Icon(driver_name='fontawesome', symbol='list-ol') icon_events_for_object = Icon(driver_name='fontawesome', symbol='list-ol')