Sha256: c3c0cd9e757f2ee8731ea79262adcea0d1a25fe927d085ccf0a05358884b112b

Contents?: true

Size: 551 Bytes

Versions: 43

Compression:

Stored size: 551 Bytes

Contents

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

<%- for attribute in attributes -%>
%p
  %strong <%= attribute.column.human_name.titleize %>:
  =h @<%= singular_name %>.<%= attribute.name %>
<%- end -%>

%p
  <%- if action? :edit -%>
  = link_to "Edit", edit_<%= singular_name %>_path(@<%= singular_name %>)
  |
  <%- end -%>
  <%- if action? :destroy -%>
  = link_to "Destroy", @<%= singular_name %>, :confirm => 'Are you sure?', :method => :delete
  |
  <%- end -%>
  <%- if action? :index -%>
  = link_to "View All", <%= plural_name %>_path
  <%- end -%>

Version data entries

43 entries across 43 versions & 16 rubygems

Version Path
intinno-nifty-generators-0.2.5 rails_generators/nifty_scaffold/templates/views/haml/show.html.haml
polly-nifty-generators-0.2.3 rails_generators/nifty_scaffold/templates/views/haml/show.html.haml
rubycs-nifty-generators-compass-0.0.1 rails_generators/nifty_scaffold/templates/views/haml/show.html.haml
ryanb-nifty-generators-0.1.5 rails_generators/nifty_scaffold/templates/views/haml/show.html.haml
ryanb-nifty-generators-0.1.6 rails_generators/nifty_scaffold/templates/views/haml/show.html.haml
ryanb-nifty-generators-0.1.7 rails_generators/nifty_scaffold/templates/views/haml/show.html.haml
flockonus-nifty-generators-0.0.12 rails_generators/nifty_scaffold/templates/views/haml/show.html.haml
dust-generators-0.1.4 rails_generators/dust_scaffold/templates/views/haml/show.html.haml
nifty-generators-0.4.6 rails_generators/nifty_scaffold/templates/views/haml/show.html.haml
flockonus-nifty-generators-0.0.11 rails_generators/nifty_scaffold/templates/views/haml/show.html.haml
flockonus-nifty-generators-0.0.10 rails_generators/nifty_scaffold/templates/views/haml/show.html.haml
flockonus-nifty-generators-0.0.9 rails_generators/nifty_scaffold/templates/views/haml/show.html.haml
nifty-generators-0.4.5 rails_generators/nifty_scaffold/templates/views/haml/show.html.haml
flockonus-nifty-generators-0.0.8 rails_generators/nifty_scaffold/templates/views/haml/show.html.haml
flockonus-nifty-generators-0.0.7 rails_generators/nifty_scaffold/templates/views/haml/show.html.haml
flockonus-nifty-generators-0.0.6 rails_generators/nifty_scaffold/templates/views/haml/show.html.haml
nifty-generators-0.4.4 rails_generators/nifty_scaffold/templates/views/haml/show.html.haml
nifty-generators-0.4.3 rails_generators/nifty_scaffold/templates/views/haml/show.html.haml
nifty-generators-0.4.2 rails_generators/nifty_scaffold/templates/views/haml/show.html.haml
nifty-generators-0.4.1 rails_generators/nifty_scaffold/templates/views/haml/show.html.haml