This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
2012-04-01 15:39:49 +00:00
|
|
|
<%= flash_messages %>
|
2013-08-09 01:24:26 +00:00
|
|
|
<%= form_for @ad_image, :url => admin_create_ad_image_path, :html => { :class => 'form' ,:multipart => true} do |f| %>
|
2012-04-01 15:39:49 +00:00
|
|
|
|
|
|
|
<%= render :partial => "form", :locals => { :f => f } %>
|
|
|
|
|
|
|
|
|
|
|
|
<% end %>
|