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.
|
<div>
|
|
<%= @dw.name %>
|
|
|
|
<h4>Upload Widget image </h4>
|
|
<div class="main2">
|
|
<%= form_for @dw, :url => desktop_widget_path(@dw) do |f| %>
|
|
|
|
<p>
|
|
<%= f.file_field :image %>
|
|
</p>
|
|
<%= submit_tag %>
|
|
|
|
<% end %>
|
|
|
|
</div>
|
|
</div> |