Sha256: 95d17ae1c11fc01cefd00a9f66a90eb6e4364ef96f2b8397e5c4b22adb210b81
Contents?: true
Size: 408 Bytes
Versions: 2
Compression:
Stored size: 408 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 -%> </p>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rspec_rails3_gen-0.2.2 | lib/generators/rspec/controller/templates/views/erb/show.html.erb |
rspec_rails3_gen-0.2.0 | lib/generators/rspec/controller/templates/views/erb/show.html.erb |