Sha256: 7c0050d59ea9c658767301e8ae0b21baa67b03d12771eaf327c76bb21d520fe5

Contents?: true

Size: 573 Bytes

Versions: 19

Compression:

Stored size: 573 Bytes

Contents

- title "<%= singular_name.titleize %>"

<%- for attribute in model_attributes -%>
%p
  %strong <%= attribute.human_name.titleize %>:
  = @<%= instance_name %>.<%= attribute.name %>
<%- end -%>

%p
  <%- if action? :edit -%>
  = link_to "Edit", <%= item_path :action => :edit, :instance_variable => true %>
  |
  <%- end -%>
  <%- if action? :destroy -%>
  = link_to "Destroy", <%= item_path :instance_variable => true %>, :confirm => 'Are you sure?', :method => :delete
  |
  <%- end -%>
  <%- if action? :index -%>
  = link_to "View All", <%= items_path %>
  <%- end -%>

Version data entries

19 entries across 18 versions & 8 rubygems

Version Path
tripper-0.0.3d lib/generators/tripper/templates/views/haml/show.html.haml
tripper-0.0.3d lib/generators/tripper/from_community/templates/views/haml/show.html.haml
bravo-generators-0.1.1 lib/generators/bravo/scaffold/templates/views/haml/show.html.haml
kickoff-0.0.2 lib/generators/kickoff/scaffold/templates/views/haml/show.html.haml
nifty-generators-improved-0.5 lib/generators/nifty/scaffold/templates/views/haml/show.html.haml
flockonus-nifty-generators-0.0.12 lib/generators/nifty/scaffold/templates/views/haml/show.html.haml
zoo-generators-0.1.0 lib/generators/zoo/scaffold/templates/views/haml/show.html.haml
nifty-generators-0.4.6 lib/generators/nifty/scaffold/templates/views/haml/show.html.haml
flockonus-nifty-generators-0.0.11 lib/generators/nifty/scaffold/templates/views/haml/show.html.haml
flockonus-nifty-generators-0.0.10 lib/generators/nifty/scaffold/templates/views/haml/show.html.haml
flockonus-nifty-generators-0.0.9 lib/generators/nifty/scaffold/templates/views/haml/show.html.haml
nifty-generators-0.4.5 lib/generators/nifty/scaffold/templates/views/haml/show.html.haml
flockonus-nifty-generators-0.0.8 lib/generators/nifty/scaffold/templates/views/haml/show.html.haml
flockonus-nifty-generators-0.0.7 lib/generators/nifty/scaffold/templates/views/haml/show.html.haml
flockonus-nifty-generators-0.0.6 lib/generators/nifty/scaffold/templates/views/haml/show.html.haml
medea-generators-0.2.6 lib/generators/medea/scaffold/templates/views/haml/show.html.haml
medea-generators-0.2.0 lib/generators/medea/scaffold/templates/views/haml/show.html.haml
medea-generators-0.1.0 lib/generators/medea/scaffold/templates/views/haml/show.html.haml
nifty-generators-0.4.4 lib/generators/nifty/scaffold/templates/views/haml/show.html.haml