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

fix

parent 37d4d3c0
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
</tr>
</thead>
<tbody>
<% block.templates.each do |template| %>
<% @templates.each do |template| %>
<tr>
<td><%= link_to t("enums.communication.block.template_kind.#{template}"), server_block_path(template) %></td>
<td><%= Communication::Block.send(template).count %></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