Sha256: ab8cf6dc5ee807e646c0ed95abc3c5402a9c8fba49d673ef4cd3db897257243a
Contents?: true
Size: 785 Bytes
Versions: 9
Compression:
Stored size: 785 Bytes
Contents
<h2 class='title'><%= _('access controls') %></h2> <table class="admin" cellspacing="0"> <tr><th class='nav' colspan='9'><%= will_paginate @acls %></th></tr> <tr> <th> </th> <th><%= _('group') %></th> <th><%= _('action') %></th> <th><%= _('name') %></th> <th><%= _('mode') %></th> <th><%= _('format') %></th> <th><%= _('query') %></th> <th><%= _('exec group') %></th> <th><%= _('exec skin') %></th> </tr> <% action = nil; @acls.each do |acl| -%> <% if acl.action != action; action= acl.action -%> <tr> <th class='nav sub constant' colspan='9'> <%= action %> </th> </tr> <% end -%> <%= render :partial=>'acls/li', :collection=>[acl] %> <% end -%> <%= render :partial=>'acls/add' %> </table>
Version data entries
9 entries across 9 versions & 1 rubygems