4 lines
146 B
Plaintext
4 lines
146 B
Plaintext
|
<%= form_for @hpsresult, :url => "/cuser/member/result_upload" do |f| %>
|
||
|
<%= render :partial => "result_form", :locals => {:f => f} %>
|
||
|
<% end %>
|