Sha256: 8b046ddeb2c11d9b7f4356334baf129ef9ce492e19cdea9c31e3df63acd3aa9d

Contents?: true

Size: 263 Bytes

Versions: 21

Compression:

Stored size: 263 Bytes

Contents

- title_bar "Categories", nil
%div#active_admin_content.without_sidebar
  - main_content "Category List" do
    - index_table ["Name"] do
      - @categories.each_with_index do |category, i|
        %tr{:class=>cycle( "odd", "even") }
          %td= category.name

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
ems-0.1.12 app/views/ems/categories/index.html.haml
ems-0.1.11 app/views/ems/categories/index.html.haml
ems-0.1.10 app/views/ems/categories/index.html.haml
ems-0.1.9 app/views/ems/categories/index.html.haml
ems-0.1.8 app/views/ems/categories/index.html.haml
ems-0.1.7 app/views/ems/categories/index.html.haml
ems-0.1.6 app/views/ems/categories/index.html.haml
ems-0.1.5 app/views/ems/categories/index.html.haml
ems-0.1.4 app/views/ems/categories/index.html.haml
ems-0.1.3 app/views/ems/categories/index.html.haml
ems-0.1.2 app/views/ems/categories/index.html.haml
ems-0.1.1 app/views/ems/categories/index.html.haml
ems-0.1.0 app/views/ems/categories/index.html.haml
ems-0.0.9 app/views/ems/categories/index.html.haml
ems-0.0.8 app/views/ems/categories/index.html.haml
ems-0.0.7 app/views/ems/categories/index.html.haml
ems-0.0.6 app/views/ems/categories/index.html.haml
ems-0.0.5 app/views/ems/categories/index.html.haml
ems-0.0.4 app/views/ems/categories/index.html.haml
ems-0.0.3 app/views/ems/categories/index.html.haml