Sha256: 87522db1d1f452ca9051ec610cf8e27b9775b45fc9b6b0a660d406698a273c1c
Contents?: true
Size: 373 Bytes
Versions: 40
Compression:
Stored size: 373 Bytes
Contents
<div class="row <%= notification.active_class %>"> <div class="small-2 column"> <%= notification.icon %> </div> <div class="small-10 column"> <p class="bold"><%= notification.header %></p> <p><%= sanitize notification.content, scrubber: AmaLayout::NotificationScrubber.new %></p> <p class="micetype"><%= notification.created_at %></p> </div> </div>
Version data entries
40 entries across 33 versions & 1 rubygems