tests acl template

This commit is contained in:
Arne Teuke
2018-12-30 16:59:37 +01:00
parent fbb8f63c86
commit 6704cb0aa9
2 changed files with 2 additions and 2 deletions

View File

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