Skip to content

Commit

Permalink
prova
Browse files Browse the repository at this point in the history
  • Loading branch information
jordiprats committed Feb 27, 2020
1 parent 21bf89d commit 75da36e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/acl.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<% if defined?(@community_parsed) and defined?(@allowed_hosts_parsed) -%>
<% if defined?(@description) -%>
#
# <%= @description %>
Expand Down Expand Up @@ -32,4 +33,4 @@ view <%= @view_name %> included <%= val %>
# group context sec.model sec.level prefix read write notif
access <%= @group_name %> "" any noauth <%= @context %> <% if @read %><%= @view_name %><% else %>none<% end %> <% if @write %><%= @view_name %><% else %>none<% end %> none

<% %>
<% end %>

0 comments on commit 75da36e

Please sign in to comment.