Sha256: 4a2da602214925eccac803661dba12ea8259850d562bde2c4dc31e1d6f24ce66
Contents?: true
Size: 506 Bytes
Versions: 49
Compression:
Stored size: 506 Bytes
Contents
notice_div = $('.flash.notice'); <% notice = flash.discard(:notice) if notice %> if (notice_div.length > 0) { notice_div.html("<%= notice %>"); notice_div.show(); } else { if ($("#content .toolbar").length > 0) { $("#content .toolbar").before('<div class="flash notice"><%= notice %></div>'); } else { $("#content h1").before('<div class="flash notice"><%= notice %></div>'); } } <% end %> <%= render :partial => '/spree/admin/shared/update_order_state' if @order %>
Version data entries
49 entries across 49 versions & 3 rubygems