Sha256: a41371e36d40cfac36e493dfcd214960af19c58f4260a53506e29db58be074a4
Contents?: true
Size: 961 Bytes
Versions: 7
Compression:
Stored size: 961 Bytes
Contents
<div class="notification" data-notification> <div class="notification__wrapper"> <div class="notification__time" title="<%= l(notification.created_at) %>"> <%= notification.created_at_in_words %></div> <div class="notification__snippet"> <span class="notification__snippet-title"><%= notification_title %></span> <% if notification.display_resource_text? %> <div class="editor-content"><%= notification.resource_text %></div> <% end %> <% if action_cell %> <div class="notification__snippet-actions"> <%= cell(action_cell, model) %> </div> <% end %> </div> </div> <%= link_to model, remote: true, method: :delete, class: "notification__button", data: { "notification-read": "" } do %> <span class="sr-only md:not-sr-only"><%= t("mark_as_read", scope: "layouts.decidim.notifications_dashboard") %></span> <%= icon "check-line", class: "fill-current" %> <% end %> </div>
Version data entries
7 entries across 7 versions & 1 rubygems