Sha256: fc9fb81d1ae30af23f2c742f25be8a7fb12c6e3b9c9cdca465c5414eb75b1ef6

Contents?: true

Size: 374 Bytes

Versions: 1

Compression:

Stored size: 374 Bytes

Contents

= message_block :on => :role
%h1 Edit roles
%table{:cellspacing =>'0', :cellpadding => '4'}
  %tr
    %th Role
  - for role in @all_roles
    %tr
      %td= role.name
      %td= (link_to "Remove", authengine_role_path(role), :method => :delete) unless role.is_developer?

%p= link_to 'Add new role', :controller=>:roles, :action=>:new
%p= link_to "Cancel", admin_index_path

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
authengine-0.0.2 app/views/authengine/roles/index.html.haml