testing/app/views/admin/testings/edit.html.erb

4 lines
175 B
Plaintext
Raw Normal View History

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