Skip to content
Snippets Groups Projects
Commit 9efe576a authored by pabois's avatar pabois
Browse files

Merge branch 'master' of github.com:noesya/osuny

parents 5ef4fb29 964db683
No related branches found
No related tags found
No related merge requests found
......@@ -26,12 +26,11 @@
<% if can? :reorder, Communication::Block %>
<td><i class="fa fa-bars handle"></i></td>
<% end %>
<td><%= link_to_if can?(:read, block),
block.to_s.truncate(50),
edit_admin_communication_block_path(block, website_id: nil) %></td>
<td><%= block.to_s.truncate(50) %></td>
<td><%= block.template_kind_i18n %></td>
<td class="text-end">
<div class="btn-group" role="group">
<%= edit_link block %>
<%= destroy_link block %>
</div>
</td>
......
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