Sha256: 9647b1ebcddbe6ff2a474b7240dad6d6e4a8e677cb8a31ef393674e6408f3fe3
Contents?: true
Size: 495 Bytes
Versions: 2
Compression:
Stored size: 495 Bytes
Contents
<%%= stylesheet( 'dust_<%=parent_singular_name%>','uploadify') %> <%% form_for @<%=child_singular_name%>, :validations => true do |f| %> <%%= f.error_messages %> <div class="item"> <p> <%%= f.label :title %><br /> <%%= f.text_field :title, :class => 'field' %> </p> </div> <div class="item"> <p> <%%= f.label :desc %><br /> <%%= f.text_area :desc, :class => 'field' %> </p> </div> <div class="item"> <p><%%= f.submit %></p> </div> <%% end %>
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/_form.html.erb |
dust-generators-0.2.0 | rails_generators/dust_albums/templates/app/views/photos/_form.html.erb |