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

6 lines
213 B
Plaintext

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