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