Sha256: 106eb645229d77a3beaac8f482f842cc81cd0c74e9cbcb6b0d6cfb3ed9e86fd0

Contents?: true

Size: 313 Bytes

Versions: 12

Compression:

Stored size: 313 Bytes

Contents

<%= form_for @index, :html => { :multipart => true, :class => "validate", :novalidate => "novalidate" } do |f| %>
  <%= f.fields_for :downloadables, @downloadable do |downloadable_form| %>
    <%= render "downloadables/form", :locals => {:f => downloadable_form} %>
  <% end %>
  <p><%= f.submit %></p>
<% end %>

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
sbdevcore-0.1.2 app/views/downloadables/new.html.erb
sbdevcore-0.1.1 app/views/downloadables/new.html.erb
sbdevcore-0.1.0 app/views/downloadables/new.html.erb
sbdevcore-0.0.9 app/views/downloadables/new.html.erb
sbdevcore-0.0.8 app/views/downloadables/new.html.erb
sbdevcore-0.0.7 app/views/downloadables/new.html.erb
sbdevcore-0.0.6 app/views/downloadables/new.html.erb
sbdevcore-0.0.5 app/views/downloadables/new.html.erb
sbdevcore-0.0.4 app/views/downloadables/new.html.erb
sbdevcore-0.0.3 app/views/downloadables/new.html.erb
sbdevcore-0.0.1 app/views/downloadables/new.html.erb
sbdev-core-0.0.1 app/views/downloadables/new.html.erb