Sha256: 40de150b9c93aee32d955dda8819b72be105895b29e97dc69c9f8f111ae125e4

Contents?: true

Size: 479 Bytes

Versions: 16

Compression:

Stored size: 479 Bytes

Contents

<p>
  <%= link_to "voltar ao artista", edit_artist_path(@work.artist)%>
</p>
<div class="grid_13 tpush_2">
  <%=form_for [:artist, @work], :html => {:multipart => true} do |form|%>
  <%=form.label :name%>
  <%=form.text_field :name%>
  
  <%=form.label :local%>
  <%=form.text_field :local%>
  <%=form.submit%>
  <br />
  <br />
  
  <%= attachment_progress_container @work%>
  <%= attachment_for_view @work, "layouts/custom_images_list", @work.images, false%>
  <% end %>
</div>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
attachment_magick-0.3.6 test/dummy/app/views/works/_form.html.erb
attachment_magick-0.3.5 test/dummy/app/views/works/_form.html.erb
attachment_magick-0.3.4 test/dummy/app/views/works/_form.html.erb
attachment_magick-0.3.3 test/dummy/app/views/works/_form.html.erb
attachment_magick-0.3.2 test/dummy/app/views/works/_form.html.erb
attachment_magick-0.3.1 test/dummy/app/views/works/_form.html.erb
attachment_magick-0.3 test/dummy/app/views/works/_form.html.erb
attachment_magick-0.2.7 test/dummy/app/views/works/_form.html.erb
attachment_magick-0.2.6 test/dummy/app/views/works/_form.html.erb
attachment_magick-0.2.5 test/dummy/app/views/works/_form.html.erb
attachment_magick-0.2.4 test/dummy/app/views/works/_form.html.erb
attachment_magick-0.2.3 test/dummy/app/views/works/_form.html.erb
attachment_magick-0.2.2 test/dummy/app/views/works/_form.html.erb
attachment_magick-0.2.1 test/dummy/app/views/works/_form.html.erb
attachment_magick-0.2.0 test/dummy/app/views/works/_form.html.erb
attachment_magick-0.1.0 test/dummy/app/views/works/_form.html.erb