video/app/views/admin/video_channels/new.html.erb

5 lines
212 B
Plaintext

<%= form_for @video_channel, :url => {:action => "create"}, html: {class: "form-horizontal main-forms previewable"} do |f| %>
<fieldset>
<%= render partial: 'form', locals: {f: f} %>
</fieldset>
<% end %>