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

border

parent b33c7dbc
No related branches found
No related tags found
No related merge requests found
......@@ -10,11 +10,11 @@
<div class="col-lg-4">
<%= link_to t('admin.communication.blocks.headings.add'),
new_admin_communication_heading_path(about_id: about.id, about_type: about.class.name),
class: 'py-5 px-2 d-block bg-light text-center h4' if can? :create, Communication::Block::Heading%>
class: 'py-5 px-2 d-block bg-light text-center border h4' if can? :create, Communication::Block::Heading%>
</div>
<div class="col-lg-8">
<%= link_to t('admin.communication.blocks.add'),
new_admin_communication_block_path(about_id: about.id, about_type: about.class.name),
class: 'py-5 px-2 d-block bg-light text-center h4' if can? :create, Communication::Block%>
class: 'py-5 px-2 d-block bg-light text-center border h4' if can? :create, Communication::Block%>
</div>
</div>
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