From 2e9a809a4ec2f81eaf63dd60c5b2f0b553c33516 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 29 Jul 2015 13:32:27 -0400 Subject: [PATCH] Use same icon for tools as in setup. --- mayan/apps/document_indexing/links.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mayan/apps/document_indexing/links.py b/mayan/apps/document_indexing/links.py index f81a2627b1..3c70b22705 100644 --- a/mayan/apps/document_indexing/links.py +++ b/mayan/apps/document_indexing/links.py @@ -58,7 +58,7 @@ link_index_setup_document_types = Link( view='indexing:index_setup_document_types', args='resolved_object.pk' ) link_rebuild_index_instances = Link( - icon='fa fa-database', + icon='fa fa-list-ul', description=_( 'Deletes and creates from scratch all the document indexes.' ),