Sha256: baebe3174fad968443e7bfafa8058f3eb6bcec3617316ff199d44d3a54718684

Contents?: true

Size: 395 Bytes

Versions: 16

Compression:

Stored size: 395 Bytes

Contents

$('#photos_count').html('<%= pluralize(@total_uploads.count, "Photo") %> | <%= link_to "Manage Photos", photos_path %>');
$('#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

16 entries across 16 versions & 2 rubygems

Version Path
dust-generators-0.2.3 lib/generators/dust/albums/templates/app/views/photos/show.js.erb
dust-generators-0.2.2 lib/generators/dust/albums/templates/app/views/photos/show.js.erb
dust-generators-0.2.1 lib/generators/dust/albums/templates/app/views/photos/show.js.erb
dust-generators-0.2.0 lib/generators/dust/albums/templates/app/views/photos/show.js.erb
dust-generators-0.1.9 lib/generators/dust/albums/templates/app/views/photos/show.js.erb
dust-generators-0.1.8 lib/generators/dust/albums/templates/app/views/photos/show.js.erb
dust-generators-0.1.7 lib/generators/dust/albums/templates/app/views/photos/show.js.erb
dust-generators-0.1.6 lib/generators/dust/albums/templates/app/views/photos/show.js.erb
dust-generators-0.1.5 lib/generators/dust/albums/templates/app/views/photos/show.js.erb
dust-generators-0.1.4 lib/generators/dust/albums/templates/app/views/photos/show.js.erb
dust-generators-0.1.3 lib/generators/dust/albums/templates/app/views/photos/show.js.erb
dust-generators-0.1.2 lib/generators/dust/albums/templates/app/views/photos/show.js.erb
dust-generators-0.1.1 lib/generators/dust/albums/templates/app/views/photos/show.js.erb
dust-generators-0.1.0 lib/generators/dust/albums/templates/app/views/photos/show.js.erb
dust-generators-0.0.3 lib/generators/dust/albums/templates/app/views/photos/show.js.erb
dust_albums-0.0.2 app/views/photos/show.js.erb