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

5 lines
189 B
Plaintext
Raw Permalink Normal View History

2014-01-14 09:19:31 +00:00
<%= form_for @video, :url=> panel_videos_back_end_video_path(@video), :html => { :class=>"form-horizontal"} do |f| %>
<%= render :partial => 'form', :locals => {:f => f} %>
<% end %>