stylesheet( ‘dust_<%=parent_singular_name%>’,‘<%=parent_singular_name%>_uploadify’)

%p

%strong Title:
= @<%=child_singular_name%>.title

%p

%strong Desc:
= @<%=child_singular_name%>.desc

%p

%strong Date Shot:
= @<%=child_singular_name%>.date_shot

%p

%strong Location:
= @<%=child_singular_name%>.location

%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 %>