faq/app/views/admin/faqs/edit.html.erb

4 lines
175 B
Plaintext
Raw Normal View History

2014-05-08 07:33:39 +00:00
<%= form_for @qa, :url => {:action => "update"}, :html => {:class => 'form-horizontal main-forms'} do |f| %>
<%= render :partial => 'form', :locals => {:f => f} %>
<% end %>