Sha256: 4b3d3489507568a554a447a7536f0d175d62a6a93620f22ed6903861aff8915e

Contents?: true

Size: 547 Bytes

Versions: 11

Compression:

Stored size: 547 Bytes

Contents

%h2 "<%= 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

11 entries across 11 versions & 3 rubygems

Version Path
PeterCoulton-rotten-generators-0.6.0 rails_generators/rotten_scaffold/templates/views/haml/show.html.haml
PeterCoulton-rotten-generators-0.7.0 rails_generators/rotten_scaffold/templates/views/haml/show.html.haml
PeterCoulton-rotten-generators-0.7.12 rails_generators/rotten_scaffold/templates/views/haml/show.html.haml
rotten-generators-0.9.0 rails_generators/rotten_scaffold/templates/views/haml/show.html.haml
rotten-generators-0.9.2 rails_generators/rotten_scaffold/templates/views/haml/show.html.haml
rotten-generators-0.9.3 rails_generators/rotten_scaffold/templates/views/haml/show.html.haml
rotten-generators-0.9.4 rails_generators/rotten_scaffold/templates/views/haml/show.html.haml
rotten-generators-0.9.5 rails_generators/rotten_scaffold/templates/views/haml/show.html.haml
rotten-generators-0.9.6 rails_generators/rotten_scaffold/templates/views/haml/show.html.haml
rotten-generators-0.9.7 rails_generators/rotten_scaffold/templates/views/haml/show.html.haml
rotten-rotten-generators-0.7.12 rails_generators/rotten_scaffold/templates/views/haml/show.html.haml