Sha256: 143bfb89e2f7ed2df103b0849b3f24b8fdaa31f7c7fe44006b0c5c2c51c72888

Contents?: true

Size: 581 Bytes

Versions: 13

Compression:

Stored size: 581 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, fallback: :default_without_grouping, with_group_members: true) ) %>");
<% else %>
  $('<%= ".notification_#{@notification.id}" %>').html("<%= escape_javascript( render_notification(@notification, fallback: :default) ) %>");
<% end %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
activity_notification-1.5.1 app/views/activity_notification/notifications/default/open.js.erb
activity_notification-1.5.0 app/views/activity_notification/notifications/default/open.js.erb
activity_notification-1.4.4 app/views/activity_notification/notifications/default/open.js.erb
activity_notification-1.4.3 app/views/activity_notification/notifications/default/open.js.erb
activity_notification-1.4.2 app/views/activity_notification/notifications/default/open.js.erb
activity_notification-1.4.1 app/views/activity_notification/notifications/default/open.js.erb
activity_notification-1.4.0 app/views/activity_notification/notifications/default/open.js.erb
activity_notification-1.3.0 app/views/activity_notification/notifications/default/open.js.erb
activity_notification-1.2.1 app/views/activity_notification/notifications/default/open.js.erb
activity_notification-1.2.0 app/views/activity_notification/notifications/default/open.js.erb
activity_notification-1.1.0 app/views/activity_notification/notifications/default/open.js.erb
activity_notification-1.0.2 app/views/activity_notification/notifications/default/open.js.erb
activity_notification-1.0.1 app/views/activity_notification/notifications/default/open.js.erb