Sha256: 2f6e5b47da791ee2db0ea6186d31cbd0ffb5f79e65713b93bd6db428d29d3c5a

Contents?: true

Size: 278 Bytes

Versions: 12

Compression:

Stored size: 278 Bytes

Contents

<%= form_for @index, :html => { :multipart => true, :class => "validate", :novalidate => "novalidate" } do |f| %>
  <%= f.fields_for :videos, @video do |video_form| %>
    <%= render "videos/form", :locals => {:f => video_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/videos/new.html.erb
sbdevcore-0.1.1 app/views/videos/new.html.erb
sbdevcore-0.1.0 app/views/videos/new.html.erb
sbdevcore-0.0.9 app/views/videos/new.html.erb
sbdevcore-0.0.8 app/views/videos/new.html.erb
sbdevcore-0.0.7 app/views/videos/new.html.erb
sbdevcore-0.0.6 app/views/videos/new.html.erb
sbdevcore-0.0.5 app/views/videos/new.html.erb
sbdevcore-0.0.4 app/views/videos/new.html.erb
sbdevcore-0.0.3 app/views/videos/new.html.erb
sbdevcore-0.0.1 app/views/videos/new.html.erb
sbdev-core-0.0.1 app/views/videos/new.html.erb