tests acl template
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
<% if @acl_rule != '' -%>
|
<% if @acl_rule != '' -%>
|
||||||
<% @acl_rule.each.do |acl_rule| %>
|
<% @acl_rule.each do |acl_rule| -%>
|
||||||
acl <%= acl_rule %>
|
acl <%= acl_rule %>
|
||||||
<% end -%>
|
<% else -%>
|
||||||
|
# no acl given %>
|
||||||
|
<% end end -%>
|
||||||
|
|||||||
Reference in New Issue
Block a user