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