Sha256: ecbda951501e95720d582df5d474192705a065b27cc1b2af12d448488ec11677
Contents?: true
Size: 717 Bytes
Versions: 19
Compression:
Stored size: 717 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] %> $('<%= ".notification_#{@notification.id}" %>').html("<%= escape_javascript( render_notification(@notification, @index_options.slice(:routing_scope, :devise_default_routes).merge(fallback: :default_without_grouping, with_group_members: true)) ) %>"); <% else %> $('<%= ".notification_#{@notification.id}" %>').html("<%= escape_javascript( render_notification(@notification, @index_options.slice(:routing_scope, :devise_default_routes).merge(fallback: :default)) ) %>"); <% end %>
Version data entries
19 entries across 19 versions & 1 rubygems