Sha256: 5e38131626128272584c6ec4813f2a8afb7885bd13a2ba72c4b538ed746148e1

Contents?: true

Size: 778 Bytes

Versions: 19

Compression:

Stored size: 778 Bytes

Contents

<div class="notification_wrapper">
  <div class="notification_header">
    <h1>Notification to <%= @target.printable_target_name %></h1>
  </div>
  <ul>
    <div class="notifications">
      <%= render_notification @notification, @index_options.slice(:routing_scope, :devise_default_routes).merge(fallback: :default) %>
      <%#= render_notification @notification, @index_options.slice(:routing_scope, :devise_default_routes).merge(fallback: :text) %>
    </div>
  </ul>
</div>

<style>
  .notification_wrapper .notification_header h1 span span{
    color: #fff;
    background-color: #e5e5e5;
    border-radius: 4px;
    font-size: 12px;
    padding: 4px 8px;
  }
  .notification_wrapper .notification_header h1 span span.unopened{
    background-color: #f87880;
  }
</style>

Version data entries

19 entries across 19 versions & 1 rubygems

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