Sha256: 17a7bf1489b246384355aa0ecee0c6f8c2b90e144ffdb316145524b258e7892d

Contents?: true

Size: 809 Bytes

Versions: 7

Compression:

Stored size: 809 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 %>
    </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

Version Path
decidim-core-0.28.4 app/cells/decidim/notification/show.erb
decidim-core-0.28.3 app/cells/decidim/notification/show.erb
decidim-core-0.28.2 app/cells/decidim/notification/show.erb
decidim-core-0.28.1 app/cells/decidim/notification/show.erb
decidim-core-0.28.0 app/cells/decidim/notification/show.erb
decidim-core-0.28.0.rc5 app/cells/decidim/notification/show.erb
decidim-core-0.28.0.rc4 app/cells/decidim/notification/show.erb