custom_gallery/app/views/admin/custom_galleries/edit.html.erb

4 lines
186 B
Plaintext

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