3 lines
195 B
Plaintext
3 lines
195 B
Plaintext
|
<%= form_for @site_cert ,:url=>{:action=>"create_cert"},:method=>:post, :html => {:class=>"form-horizontal main-forms"} do |f|%>
|
||
|
<%= render :partial => 'cert_form',:locals=>{:f=>f} %>
|
||
|
<% end %>
|