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

6 lines
220 B
Plaintext

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