Sha256: e78d2769fc3175e33550997648d948acc37bf2f360d91f8fe122231cf4c77051

Contents?: true

Size: 645 Bytes

Versions: 11

Compression:

Stored size: 645 Bytes

Contents

$('#<%=child_plural_name%>_count').html('<%%= pluralize(@<%=parent_singular_name%>.<%=child_plural_name%>.size, "<%=child_class_name%>")%> | <%%= link_to "Select <%=child_plural_class_name%> For Deletion", manage_<%=child_plural_name%>_path(@<%=parent_singular_name%>), :class => 'settings' %> ');
$('#uploads').append("<%%= escape_javascript(render(:partial => "<%=child_plural_name%>/<%=child_singular_name%>", :locals => {:<%=child_singular_name%> => @<%=child_singular_name%>})) %>");
$("a#inline").fancybox({
	'transitionIn'	:	'elastic',
	'transitionOut'	:	'elastic',
	'speedIn'		:	200, 
	'speedOut'		:	200,
	'hideOnContentClick': false
});

Version data entries

11 entries across 8 versions & 1 rubygems

Version Path
dust-generators-0.2.8 rails_generators/dust_albums/templates/app/views/photos/show.js.erb
dust-generators-0.2.6 rails_generators/dust_albums/templates/app/views/photos/show.js.erb
dust-generators-0.2.6 lib/generators/dust/albums/templates/app/views/photos/show.js.erb
dust-generators-0.2.5 rails_generators/dust_albums/templates/app/views/photos/show.js.erb
dust-generators-0.2.5 lib/generators/dust/albums/templates/app/views/photos/show.js.erb
dust-generators-0.2.4 rails_generators/dust_albums/templates/app/views/photos/show.js.erb
dust-generators-0.2.4 lib/generators/dust/albums/templates/app/views/photos/show.js.erb
dust-generators-0.2.3 rails_generators/dust_albums/templates/app/views/photos/show.js.erb
dust-generators-0.2.2 rails_generators/dust_albums/templates/app/views/photos/show.js.erb
dust-generators-0.2.1 rails_generators/dust_albums/templates/app/views/photos/show.js.erb
dust-generators-0.2.0 rails_generators/dust_albums/templates/app/views/photos/show.js.erb