Sha256: b5136897c686e3f40a83430d9a714b288879a5a8a9c190a59ef026a99f8a770a

Contents?: true

Size: 237 Bytes

Versions: 4

Compression:

Stored size: 237 Bytes

Contents

%h1
  REST API Resources
  -if authorized?(:manage, nil, WhurlEngine::Category)
    = link_to('Add Category', new_category_path, :remote => true, :class => 'popup button')
.categories
- @categories.each do |category|
  = render(category)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
whurl_engine-2.1.2 app/views/whurl_engine/categories/index.html.haml
whurl_engine-2.1.0 app/views/whurl_engine/categories/index.html.haml
whurl_engine-2.0.1 app/views/whurl_engine/categories/index.html.haml
whurl_engine-2.0.0 app/views/whurl_engine/categories/index.html.haml