Sha256: d958c6e38111a6d2fd524d1eecac243f266bec526503c665c3ec92be45f029ea

Contents?: true

Size: 604 Bytes

Versions: 4

Compression:

Stored size: 604 Bytes

Contents

- title "<%=child_class_name%>"

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dust-generators-0.3.3 lib/generators/dust/albums/templates/app/views/photos/show.html.haml
dust-generators-0.3.2 lib/generators/dust/albums/templates/app/views/photos/show.html.haml
dust-generators-0.3.1 lib/generators/dust/albums/templates/app/views/photos/show.html.haml
dust-generators-0.2.8 lib/generators/dust/albums/templates/app/views/photos/show.html.haml