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

Version Path
activity_notification-2.3.3 app/views/activity_notification/notifications/default/open.js.erb
activity_notification-2.3.2 app/views/activity_notification/notifications/default/open.js.erb
activity_notification-2.3.1 app/views/activity_notification/notifications/default/open.js.erb
activity_notification-2.3.0 app/views/activity_notification/notifications/default/open.js.erb
activity_notification-2.2.4 app/views/activity_notification/notifications/default/open.js.erb
activity_notification-2.2.3 app/views/activity_notification/notifications/default/open.js.erb
activity_notification-2.2.2 app/views/activity_notification/notifications/default/open.js.erb
activity_notification-2.2.1 app/views/activity_notification/notifications/default/open.js.erb
activity_notification-2.2.0 app/views/activity_notification/notifications/default/open.js.erb
activity_notification-2.1.4 app/views/activity_notification/notifications/default/open.js.erb
activity_notification-2.1.3 app/views/activity_notification/notifications/default/open.js.erb
activity_notification-2.1.2 app/views/activity_notification/notifications/default/open.js.erb
activity_notification-2.1.1 app/views/activity_notification/notifications/default/open.js.erb
activity_notification-2.1.0 app/views/activity_notification/notifications/default/open.js.erb
activity_notification-2.0.0 app/views/activity_notification/notifications/default/open.js.erb
activity_notification-1.7.1 app/views/activity_notification/notifications/default/open.js.erb
activity_notification-1.7.0 app/views/activity_notification/notifications/default/open.js.erb
activity_notification-1.6.1 app/views/activity_notification/notifications/default/open.js.erb
activity_notification-1.6.0 app/views/activity_notification/notifications/default/open.js.erb