Sha256: b05e0b8dc3a264bfb1dbc74af39d024ae5cc9ebf69f30613f12bbb10627c47d3

Contents?: true

Size: 382 Bytes

Versions: 1

Compression:

Stored size: 382 Bytes

Contents

%p#notice= notice

%h1= @role.name

%ul
  %li= "Scope: #{@role.scope}"
  %li= "Assign to Owner: #{@role.assign_to_owner}"

  %li
    %h2 Privileges
    = render :partial => 'alberich/privileges/list', :locals => { :privileges => @role.privileges }
    = link_to 'New Privilege', new_role_privilege_path(@role)

= link_to 'Edit', edit_role_path(@role)
|
= link_to 'Back', roles_path

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
alberich-0.2.0 app/views/alberich/roles/show.html.haml