diff options
Diffstat (limited to 'apps/comments/js/templates/filesplugin.handlebars')
-rw-r--r-- | apps/comments/js/templates/filesplugin.handlebars | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/comments/js/templates/filesplugin.handlebars b/apps/comments/js/templates/filesplugin.handlebars new file mode 100644 index 00000000000..8f3699380be --- /dev/null +++ b/apps/comments/js/templates/filesplugin.handlebars @@ -0,0 +1,3 @@ +<a class="action action-comment permanent" title="{{countMessage}}" href="#"> + <img class="svg" src="{{iconUrl}}"/> +</a> |