Sha256: a015685319a3c51b1c20f20e7e6bc8b2b5c909e7e891cf3cb5578e97ad1bf46f

Contents?: true

Size: 395 Bytes

Versions: 2

Compression:

Stored size: 395 Bytes

Contents

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

%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

2 entries across 2 versions & 1 rubygems

Version Path
rspec_rails3_gen-0.2.2 lib/generators/rspec/controller/templates/views/haml/show.html.haml
rspec_rails3_gen-0.2.0 lib/generators/rspec/controller/templates/views/haml/show.html.haml