Sha256: 7f6c25e5da33831599dc604e82bc38621e289bb0e378da3e29ed1486b5370945
Contents?: true
Size: 527 Bytes
Versions: 13
Compression:
Stored size: 527 Bytes
Contents
$(".notification_count").html("<span class=\"<%= 'unopened' if @target.has_unopened_notifications?(@index_options) %>\"><%= @target.unopened_notification_count(@index_options) %></span>"); <% if @index_options[:with_group_members] %> $(".notifications").html("<%= escape_javascript( render_notification(@notifications, fallback: :default_without_grouping, with_group_members: true) ) %>"); <% else %> $(".notifications").html("<%= escape_javascript( render_notification(@notifications, fallback: :default) ) %>"); <% end %>
Version data entries
13 entries across 13 versions & 1 rubygems