Sha256: 775d7056a8f87c762d463d63243854bbda799f8877fe4eabc41f53cabd47ccc4

Contents?: true

Size: 288 Bytes

Versions: 13

Compression:

Stored size: 288 Bytes

Contents

%h1.heading
  = "Duck %s" % @duck.id
  
- content_tag_for(:dl, @duck) do
  %dt.label= 'Title'
  %dd.title= h @duck.try(:title)
  %dt.label= 'Description'
  %dd.description= h @duck.try(:description)
  
%p.actions
  = link_to 'Edit', edit_duck_url(@duck)
  |
  = link_to 'Index', ducks_url

Version data entries

13 entries across 13 versions & 6 rubygems

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