Sha256: c8aab98af47222bc83e263acbba0e1bdb2e6213182c8e8d99966dd244ca4fd89

Contents?: true

Size: 349 Bytes

Versions: 19

Compression:

Stored size: 349 Bytes

Contents

%table{:class => 'overview'}
  %thead
    %tr
      %th Name
      %th Description
      %th

  %tbody#groups
    - @abilities.each do |ab|
      %tr
        %td=h ab.name
        %td=h ab.description
        %td
          = link_to 'Show', ab

= link_to 'Create new', new_ability_path, :class => 'btn btn-mini' if is_allowed_to?(Ability, :create)

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
vigilante-1.0.19 app/views/abilities/index.html.haml
vigilante-1.0.18 app/views/abilities/index.html.haml
vigilante-1.0.17 app/views/abilities/index.html.haml
vigilante-1.0.16 app/views/abilities/index.html.haml
vigilante-1.0.15 app/views/abilities/index.html.haml
vigilante-1.0.14 app/views/abilities/index.html.haml
vigilante-1.0.13 app/views/abilities/index.html.haml
vigilante-1.0.12 app/views/abilities/index.html.haml
vigilante-1.0.11 app/views/abilities/index.html.haml
vigilante-1.0.10 app/views/abilities/index.html.haml
vigilante-1.0.9 app/views/abilities/index.html.haml
vigilante-1.0.8 app/views/abilities/index.html.haml
vigilante-1.0.7 app/views/abilities/index.html.haml
vigilante-1.0.6 app/views/abilities/index.html.haml
vigilante-1.0.5 app/views/abilities/index.html.haml
vigilante-1.0.4 app/views/abilities/index.html.haml
vigilante-1.0.3 app/views/abilities/index.html.haml
vigilante-1.0.2 app/views/abilities/index.html.haml
vigilante-1.0.1 app/views/abilities/index.html.haml