Events: Update subscription icon
Update the subscription icon to match other instances. Signed-off-by: Roberto Rosario <Roberto.Rosario@mayan-edms.com>
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user