Sha256: 670d009eeaae8adb0aebf9f881fa088a73b3394714d0599f1b621eb41ed9dd59
Contents?: true
Size: 693 Bytes
Versions: 2
Compression:
Stored size: 693 Bytes
Contents
<%% title "<%=child_class_name%>" %> <%%= stylesheet( 'dust_<%=parent_singular_name%>','uploadify') %> <p> <strong>Title:</strong> <%%=h @<%=child_singular_name%>.title %> </p> <p> <strong>Desc:</strong> <%%=h @<%=child_singular_name%>.desc %> </p> <p> <strong>Date Shot:</strong> <%%=h @<%=child_singular_name%>.date_shot %> </p> <p> <strong>Location:</strong> <%%=h @<%=child_singular_name%>.location %> </p> <p> <%%= link_to "Edit", edit_<%=child_singular_name%>_path(@<%=child_singular_name%>) %> | <%%= link_to "Destroy", @<%=child_singular_name%>, :confirm => 'Are you sure?', :method => :delete %> | <%%= link_to "View All", <%=child_plural_name%>_path %> </p>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dust-generators-0.2.1 | rails_generators/dust_albums/templates/app/views/photos/show.html.erb |
dust-generators-0.2.0 | rails_generators/dust_albums/templates/app/views/photos/show.html.erb |