<%= form_for(:image, :url => { :controller => 'suppliers', :action => 'upload_image', :method => :post}, :html => { :multipart => true }) do |f| %> <%= render :partial => 'upload_image', :locals => { :f => f } %>

<% if @status == true %> <% else %> <%= button t("upload") %> <% end %> <%= t('or') %> <%= link_to t("cancel"), "#", :id => "cancel_link" %>

<% end %>

Current images:

<% @supplier.images.each do |image| %> <% end %>