Sha256: 68c6f226cfb5b07ba8ff74c2c8d48d7af9343676980aa7b94a18d41f6a4a7dfe
Contents?: true
Size: 632 Bytes
Versions: 4
Compression:
Stored size: 632 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' } '); $('.sortable').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
4 entries across 4 versions & 1 rubygems