Sha256: 1b9e3c0b176b8c1cd72ee759f4026b7531ba844c3190e57fd89731a0687a50e3
Contents?: true
Size: 281 Bytes
Versions: 16
Compression:
Stored size: 281 Bytes
Contents
// Toast $("#toast-wrapper").html('<%= j render partial: "shared/toast", locals: { toast: @toast } %>'); $('.toast').toast('show'); // Notifications badge var notifications_badge = $("#notification-count"); notifications_badge.replaceWith("<%= notifications_badge.html_safe %>");
Version data entries
16 entries across 16 versions & 1 rubygems