Skip to content
Snippets Groups Projects
Commit 17c0034d authored by Arnaud Levy's avatar Arnaud Levy
Browse files

Fix #1435

parent c60208b7
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
<%= destroy_link block, html_classes: 'action text-danger ms-2' %>
<%= link_to t('admin.communication.contents.blocks.copy'),
copy_admin_communication_block_path(block),
class: 'action',
class: 'action ms-2',
remote: true %>
<%= duplicate_link block, html_classes: 'action ms-2' %>
</span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment