Sha256: cb8204983f6221efca02c27875281c430ca9bf2a87352cf0c568d64d13d50b82

Contents?: true

Size: 443 Bytes

Versions: 2

Compression:

Stored size: 443 Bytes

Contents

$('#photos_count').html('<%= pluralize(@album.photos.size, "Photo")%> | <%= link_to "Select Photos For Deletion", manage_photos_path(@album), :class => 'settings' %> ');
$('#uploads').append("<%= escape_javascript(render(:partial => "photos/photo", :locals => {:photo => @photo})) %>");
$("a#inline").fancybox({
	'transitionIn'	:	'elastic',
	'transitionOut'	:	'elastic',
	'speedIn'		:	200, 
	'speedOut'		:	200,
	'hideOnContentClick': false
});

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dust-generators-0.1.9 rails_generators/dust_albums/templates/app/views/photos/show.js.erb
dust-generators-0.1.8 rails_generators/dust_albums/templates/app/views/photos/show.js.erb