Add comment delete icon

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-04-23 19:29:49 -04:00
parent 47a8355c79
commit d790efdef5
2 changed files with 9 additions and 4 deletions

View File

@@ -2,5 +2,9 @@ from __future__ import absolute_import, unicode_literals
from mayan.apps.appearance.classes import Icon
icon_comment_add = Icon(
driver_name='fontawesome-dual', primary_symbol='comment',
secondary_symbol='plus'
)
icon_comment_delete = Icon(driver_name='fontawesome', symbol='times')
icon_comments_for_document = Icon(driver_name='fontawesome', symbol='comment')
icon_comment_add = Icon(driver_name='fontawesome', symbol='plus')