From 15de6b09a3ec2ca9525778b46eb06cb0bddf158a Mon Sep 17 00:00:00 2001
From: Angel Fernando Quiroz Campos
Date: Fri, 16 Jun 2017 11:00:07 -0500
Subject: [PATCH] Minor - Replace gif image with font-awesome icon in work
commments - refs BT#12881
---
main/template/default/work/comments.tpl | 22 ++++++++++++----------
1 file changed, 12 insertions(+), 10 deletions(-)
diff --git a/main/template/default/work/comments.tpl b/main/template/default/work/comments.tpl
index c7d677ae14..cd2290d5d5 100755
--- a/main/template/default/work/comments.tpl
+++ b/main/template/default/work/comments.tpl
@@ -19,17 +19,19 @@
{% endif %}
{% if comment.file_url is not empty %}
-
-
-
- {{ comment.file_name_to_show }}
-
- {% if is_allowed_to_edit %}
-
-
+
+ {% if is_allowed_to_edit %}
+
+ {{ 'delete.png'|img(22, 'Delete'|get_lang) }}
+
+ {% endif %}
+
+
{% endif %}
{% endfor %}