Sha256: 61aba8e4b988630534888e2bf54c169cd2acd40b84b2015bfb9fe3c0c4c6b512

Contents?: true

Size: 643 Bytes

Versions: 11

Compression:

Stored size: 643 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, fallback: :default) %>
      <%#= render_notification @notification, 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

11 entries across 11 versions & 1 rubygems

Version Path
activity_notification-1.5.1 app/views/activity_notification/notifications/default/show.html.erb
activity_notification-1.5.0 app/views/activity_notification/notifications/default/show.html.erb
activity_notification-1.4.4 app/views/activity_notification/notifications/default/show.html.erb
activity_notification-1.4.3 app/views/activity_notification/notifications/default/show.html.erb
activity_notification-1.4.2 app/views/activity_notification/notifications/default/show.html.erb
activity_notification-1.4.1 app/views/activity_notification/notifications/default/show.html.erb
activity_notification-1.4.0 app/views/activity_notification/notifications/default/show.html.erb
activity_notification-1.3.0 app/views/activity_notification/notifications/default/show.html.erb
activity_notification-1.2.1 app/views/activity_notification/notifications/default/show.html.erb
activity_notification-1.2.0 app/views/activity_notification/notifications/default/show.html.erb
activity_notification-1.1.0 app/views/activity_notification/notifications/default/show.html.erb