aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers/links_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/helpers/links_helper.rb')
-rw-r--r--app/helpers/links_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/links_helper.rb b/app/helpers/links_helper.rb
index 683b66a52..4fb7a797d 100644
--- a/app/helpers/links_helper.rb
+++ b/app/helpers/links_helper.rb
@@ -1,5 +1,5 @@
module LinksHelper
def destroy_link_content(translation_key = 'actions.destroy')
- content_tag(:span, nil, class: 'fa fa-trash') + t(translation_key)
+ content_tag(:span, nil, class: 'fa fa-trash mr-xs') + t(translation_key)
end
end