tests acl template

This commit is contained in:
Arne Teuke
2018-12-30 16:47:49 +01:00
parent 8d942fff44
commit fbb8f63c86
2 changed files with 4 additions and 3 deletions

View File

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