Sha256: 428be0e9d3fa338054bd3ce32bf4fa34a6df33ab4db0eb5204b7afe52bdda80b

Contents?: true

Size: 492 Bytes

Versions: 27

Compression:

Stored size: 492 Bytes

Contents

<div id="gallery_image_<%= image.id %>" class="gallery_image">
	<img alt="Photo" src="<%= image.image(:thumb) rescue "" %>" />
	<%= form_for [:admin, image.gallery, image], :remote => true do |form| %>
		<%= form.text_field :caption, :size => "22" %>
		<%= form.submit "Save", :class => "awesome" %>
	<% end %>
	<%= link_to "x", admin_gallery_gallery_image_path(image.gallery, image), :confirm => "Are you sure?", :class => "awesome red delete", :method => "delete", :remote => true %>
</div>

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
soapbox-0.3.1 app/views/admin/galleries/_image.html.erb
soapbox-0.3.0 app/views/admin/galleries/_image.html.erb
soapbox-0.2.24 app/views/admin/galleries/_image.html.erb
soapbox-0.2.23 app/views/admin/galleries/_image.html.erb
soapbox-0.2.21 app/views/admin/galleries/_image.html.erb
soapbox-0.2.20 app/views/admin/galleries/_image.html.erb
soapbox-0.2.18 app/views/admin/galleries/_image.html.erb
soapbox-0.2.16 app/views/admin/galleries/_image.html.erb
soapbox-0.2.15 app/views/admin/galleries/_image.html.erb
soapbox-0.2.14 app/views/admin/galleries/_image.html.erb
soapbox-0.2.12 app/views/admin/galleries/_image.html.erb
soapbox-0.2.11 app/views/admin/galleries/_image.html.erb
soapbox-0.2.10 app/views/admin/galleries/_image.html.erb
soapbox-0.2.9 app/views/admin/galleries/_image.html.erb
soapbox-0.2.8 app/views/admin/galleries/_image.html.erb
soapbox-0.2.7 app/views/admin/galleries/_image.html.erb
soapbox-0.2.6 app/views/admin/galleries/_image.html.erb
soapbox-0.2.5 app/views/admin/galleries/_image.html.erb
soapbox-0.2.4 app/views/admin/galleries/_image.html.erb
soapbox-0.2.3 app/views/admin/galleries/_image.html.erb