Sha256: e206882f12d5e2eb557dc9539e91df2835714f79a017ff2525ef690865976f42
Contents?: true
Size: 719 Bytes
Versions: 9
Compression:
Stored size: 719 Bytes
Contents
<%% title "<%=child_class_name%>" %> <%%= stylesheet( 'dust_<%=parent_singular_name%>','<%=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
9 entries across 6 versions & 1 rubygems