Skip to content

Commit 2be72e1

Browse files
author
thamizh
committed
STill bug
1 parent 8541008 commit 2be72e1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app/views/rails_admin/main/images.html.erb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</div>
2525
</div>
2626
</div>
27-
<%= form_tag :url => "images", :html => { :multipart => true, :remote=>true, class=>"well", :method=>"POST" } do |form| %>
27+
<%= form_tag :url => "images", :html => { :multipart => true, :remote=>true, class=>"well", :method=>"POST" } %>
2828
<div class="control-group">
2929
<%= label_tag :image_type, "Image Category"%>
3030
<div class="controls">
@@ -42,5 +42,4 @@
4242
<%= submit_tag "Upload Images">
4343
</div>
4444
</div>
45-
<%= form.file_field :avatar %>
46-
<% end %>
45+

0 commit comments

Comments
 (0)