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

Version Path
ama_layout-9.5.0 app/views/ama_layout/_notification.html.erb
ama_layout-9.4.1 app/views/ama_layout/_notification.html.erb
ama_layout-9.4.0 app/views/ama_layout/_notification.html.erb
ama_layout-9.3.0 app/views/ama_layout/_notification.html.erb
ama_layout-9.2.0 app/views/ama_layout/_notification.html.erb
ama_layout-9.1.0 app/views/ama_layout/_notification.html.erb
ama_layout-9.0.0 app/views/ama_layout/_notification.html.erb
ama_layout-8.0.2 app/views/ama_layout/_notification.html.erb
ama_layout-8.0.1 app/views/ama_layout/_notification.html.erb
ama_layout-8.0.0 app/views/ama_layout/_notification.html.erb
ama_layout-7.0.2 app/views/ama_layout/_notification.html.erb
ama_layout-7.0.1 app/views/ama_layout/_notification.html.erb
ama_layout-5.12.0 app/views/ama_layout/_notification.html.erb
ama_layout-7.0.pre app/views/ama_layout/_notification.html.erb
ama_layout-5.11.0 app/views/ama_layout/_notification.html.erb
ama_layout-6.10.0.pre app/views/ama_layout/_notification.html.erb
ama_layout-5.10.0 app/views/ama_layout/_notification.html.erb
ama_layout-5.9.0 app/views/ama_layout/_notification.html.erb
ama_layout-5.8.0 app/views/ama_layout/_notification.html.erb
ama_layout-5.7.0 app/views/ama_layout/_notification.html.erb