Sha256: 6083824f7996f934a01455605d2c6429bae4c224356bc40cd096db6520200508
Contents?: true
Size: 699 Bytes
Versions: 14
Compression:
Stored size: 699 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 text-gray"><%= t("decidim.notifications.show.moderated") %></span> </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
14 entries across 14 versions & 1 rubygems