Sha256: 2cca37265345f4fe2fa0e85f78d2eed0048cb89c5762f39548b2deae8bec968a
Contents?: true
Size: 695 Bytes
Versions: 3
Compression:
Stored size: 695 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> <title>Context Based Access Control</title> <%= javascript_include_tag :defaults %> <%= stylesheet_link_tag "cbac" %> </head> <body> <%= link_to "Permissions", cbac_permissions_path %> <%= link_to "Generic roles", cbac_generic_roles_path %> <%= link_to "Memberships", cbac_memberships_path %> <%= link_to "Upgrade", cbac_upgrade_path %> <%= yield %> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems