tests acl template

This commit is contained in:
Arne Teuke
2018-12-30 17:05:16 +01:00
parent 1fe2023845
commit 6713bb3ac8

View File

@@ -1,6 +1,4 @@
<% if @acl_rule != '' -%> <% if @acl_rule != '' -%>
<% @acl_rule.each do |acl_rule| -%> <% @acl_rule.each do |acl_rule| -%>
acl <%= acl_rule %> acl <%= acl_rule %>
<% else -%> <% end -%>
# no acl given %>
<% end end -%>