Sha256: c1df8d5ef783dce2d514b35add2c7a98605dd63799cd1aa3a0a974c55a5101f2

Contents?: true

Size: 320 Bytes

Versions: 13

Compression:

Stored size: 320 Bytes

Contents

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

Version data entries

13 entries across 13 versions & 6 rubygems

Version Path
akitaonrails-dry_scaffold-0.3.3 generators/dry_scaffold/prototypes/views/haml/index.html.haml
grimen-dry_scaffold-0.3.0 generators/dry_scaffold/prototypes/views/haml/index.html.haml
grimen-dry_scaffold-0.3.1 generators/dry_scaffold/prototypes/views/haml/index.html.haml
grimen-dry_scaffold-0.3.2 generators/dry_scaffold/prototypes/views/haml/index.html.haml
grimen-dry_scaffold-0.3.3 generators/dry_scaffold/prototypes/views/haml/index.html.haml
grimen-dry_scaffold-0.3.4 generators/dry_scaffold/prototypes/views/haml/index.html.haml
grimen-dry_scaffold-0.3.5 generators/dry_scaffold/prototypes/views/haml/index.html.haml
pelle-dry_scaffold-0.3.5 generators/dry_scaffold/prototypes/views/haml/index.html.haml
dry_scaffold-0.3.8 generators/dry_scaffold/prototypes/views/haml/index.html.haml
dry_scaffold-0.3.7 generators/dry_scaffold/prototypes/views/haml/index.html.haml
dry_scaffold-0.3.6 generators/dry_scaffold/prototypes/views/haml/index.html.haml
blakechambers-dry_scaffold-0.3.6 generators/dry_scaffold/prototypes/views/haml/index.html.haml
michel-dry_scaffold-0.3.5 generators/dry_scaffold/prototypes/views/haml/index.html.haml