Sha256: f00f63d49e48fa2775f1fbc125585d331995c3cf55502de00a9bcc708fcaa39b

Contents?: true

Size: 370 Bytes

Versions: 1

Compression:

Stored size: 370 Bytes

Contents

%table
  %tr
    %th Target type
    %th Action
    %th
    %th
    %th

  - privileges.each do |privilege|
    %tr
      %td= privilege.target_type
      %td= privilege.action
      %td= link_to 'Show', privilege
      %td= link_to 'Edit', edit_privilege_path(privilege)
      %td= link_to 'Destroy', privilege, method: :delete, data: { confirm: 'Are you sure?' }

%br

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
alberich-0.2.0 app/views/alberich/privileges/_list.html.haml