Sha256: ec060c3753c8580aa02b2656b6a92da407d9cd27984beaaa5b160d46981927b0

Contents?: true

Size: 386 Bytes

Versions: 4

Compression:

Stored size: 386 Bytes

Contents

= stylesheet( 'dust_<%=parent_singular_name%>','<%=parent_singular_name%>_uploadify')

- form_for @<%=child_singular_name%>, :validate => true do |f|
  = f.error_messages
  .item
    %p
      = f.label :title
      %br/
      = f.text_field :title, :class => 'field'
  .item
    %p
      = f.label :desc
      %br/
      = f.text_area :desc, :class => 'field'
  .item
    %p= f.submit

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/_form.html.haml
dust-generators-0.3.2 lib/generators/dust/albums/templates/app/views/photos/_form.html.haml
dust-generators-0.3.1 lib/generators/dust/albums/templates/app/views/photos/_form.html.haml
dust-generators-0.2.8 lib/generators/dust/albums/templates/app/views/photos/_form.html.haml