Sha256: c14bbd76a5b6bfa37293db7a741239388e230c2f13193dd709f7de851115dd21
Contents?: true
Size: 437 Bytes
Versions: 11
Compression:
Stored size: 437 Bytes
Contents
<input type='hidden' id='reorder_authenticity_token' name='reorder_authenticity_token' value='<%= form_authenticity_token %>'/> <% unless params[(list_id ||= "sortable_list").to_sym].blank? %> <script type='text/javascript'> $(document).ready(function(){ <%= "list_reorder.enable_reordering();" if (defined?(continue_reordering) ? continue_reordering == "true" : true) %> init_tooltips(); }); </script> <% end %>
Version data entries
11 entries across 11 versions & 1 rubygems