Sha256: a2b6e1c30a3832c0885afa7a4eb4ef9f4e9a4a7f04609d0d1edb8aa2958b7d17

Contents?: true

Size: 788 Bytes

Versions: 3

Compression:

Stored size: 788 Bytes

Contents

%h1 Listing access_control_entries

%table
  %tr
    %th Resource class name
    %th Resource
    %th User
    %th Role
    %th Can
    %th Verb
    %th
    %th
    %th

  - @access_control_entries.each do |access_control_entry|
    %tr
      %td= access_control_entry.resource_class_name
      %td= access_control_entry.resource_id
      %td= access_control_entry.user_id
      %td= access_control_entry.role_id
      %td= access_control_entry.can
      %td= access_control_entry.verb
      %td= link_to 'Show', access_control_entry
      %td= link_to 'Edit', edit_access_control_entry_path(access_control_entry)
      %td= link_to 'Destroy', access_control_entry, :confirm => 'Are you sure?', :method => :delete

%br

= link_to 'New access_control_entry', new_access_control_entry_path

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wheels-0.0.21 app/views/access_control_entries/index.html.haml
wheels-0.0.20 app/views/access_control_entries/index.html.haml
wheels-0.0.19 app/views/access_control_entries/index.html.haml