Sha256: 51fe777d71253dfe69c8aac40d506c7de0aec4e875609408c75eb9b15c0eafef
Contents?: true
Size: 488 Bytes
Versions: 8
Compression:
Stored size: 488 Bytes
Contents
$('#preview_container').html('<%= escape_javascript( render('admin/product_groups/preview') ) %>'); <% notice = flash[:notice] %> <% flash.delete(:notice) %> flash_notice = jQuery('.flash.notice'); if (flash_notice.length > 0) { flash_notice.html('<%= notice %>'); } else { $('#content h1').before('<div class="flash notice"><%= notice %></div>'); } //set form action in case permalink changes $('form#product-group-form').attr('action', '<%= url_for([:admin, @product_group]) %>');
Version data entries
8 entries across 8 versions & 1 rubygems