% if @product.hidden %>
This product is currently hidden from listings. Hidden url for customers is:
<%=product_url(@product)%>
Enter the new product title.
<%= form_for([:vendor, @product], method: 'post', url: vendor_clone_product_path(@product)) do |f| %><%= f.submit 'Submit', class: 'btn btn-primary' %> <%= link_to 'Cancel', '#close', class: 'btn btn-default' %>
<%end%>