Sha256: 1dcb047e8a7551f637956fa45834ab13aeccd56f22f53bfa8d860b4b36ff7506
Contents?: true
Size: 705 Bytes
Versions: 29
Compression:
Stored size: 705 Bytes
Contents
<!-- take the style block out. this is duplicated in users/_data.html.erb without this, the user group selection is just no good --> <style> .checklist{ overflow: auto; border: 1px solid #ccc; list-style: none; height: 300px; text-align: left; list-style: none; margin-left: 12px; } .checklist li{ padding-left: 6px; } li.even_checked, li.even{ background: #DFDFDF; } li.even_checked, li.odd_checked{ color: red; } </style> <p> <b>Name</b><br /> <%= user_group_name_value %> </p> <p> <b>Permissions</b><br /> <%= user_group_permissions_value %> </p> <% if @action_name == "show" %> <p> <b>Users in user group:</b><br /> <%= user_group_users_value %> </p> <% end%>
Version data entries
29 entries across 28 versions & 1 rubygems