Sha256: 05e3d55b56a4a0afd4e93b306bbf16c3a1294871014a0c2d7be5784478f80241

Contents?: true

Size: 353 Bytes

Versions: 9

Compression:

Stored size: 353 Bytes

Contents

%h1.heading
  = 'Sections'
  
%p.actions
  = link_to 'New resource', new_resource_url
  
%table
  %thead.header
    %tr
      %th.title= 'Title'
      %th.description= 'Description'
      %th.actions= 'Actions'
  %tbody.items.resources
    - @collection.each do |resource|
      = render 'item', :resource => resource
      
= will_paginate(@collection)

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
grimen-dry_scaffold-0.1.1 generators/dry_scaffold/templates/prototypes/view_index.html.haml
grimen-dry_scaffold-0.1.2 generators/dry_scaffold/templates/prototypes/view_index.html.haml
grimen-dry_scaffold-0.2.0 generators/dry_scaffold/templates/prototypes/view_index.html.haml
grimen-dry_scaffold-0.2.1 generators/dry_scaffold/templates/prototypes/view_index.html.haml
grimen-dry_scaffold-0.2.2 generators/dry_scaffold/prototypes/views/haml/index.html.haml
grimen-dry_scaffold-0.2.3 generators/dry_scaffold/prototypes/views/haml/index.html.haml
grimen-dry_scaffold-0.2.4 generators/dry_scaffold/prototypes/views/haml/index.html.haml
grimen-dry_scaffold-0.2.5 generators/dry_scaffold/prototypes/views/haml/index.html.haml
grimen-dry_scaffold-0.2.6 generators/dry_scaffold/prototypes/views/haml/index.html.haml