video_channel/app/views/panel/video/back_end/videos/new.html.erb

4 lines
180 B
Plaintext

<%= form_for @video, :url=> panel_videos_back_end_videos_path, :html => { :class=>"form-horizontal"} do |f| %>
<%= render :partial => 'form', :locals => {:f => f} %>
<% end %>