Sha256: 5bea86f1645d745dfba7607a2fb5f6ef749a8665986dc1b323c9d4aac4c92f66

Contents?: true

Size: 1.17 KB

Versions: 20

Compression:

Stored size: 1.17 KB

Contents

<div class="card card--widget">
  <ul class="card-data">
    <li class="card-data__item">
      <div class="card__link text-center">
        <%= resource_icon notification.resource, class: "icon--large" %>
        <span class="text-medium mt-xs" title="<%= l(notification.created_at) %>" data-tooltip="true" data-disable-hover="false">
          <%= notification.created_at_in_words %>
        </span>
      </div>
    </li>
    <li class="card-data__item card-data__item--expand absolutes">
      <div class="mr-s">
        <span class="text-small"><%= notification.event_class.constantize.model_name.human %></span>
        <br>
        <span>
          <%= notification_title %>
        </span>
        <% if notification.display_resource_text? %>
          <p>
            <em><%= notification.resource_text %></em>
          </p>
        <% end %>
      </div>
      <div class="right center mr-s">
        <%= link_to model, remote: true, method: :delete, class: "mark-as-read-button" do %>
          <%= icon "circle-x", class: "card__link", aria_label: t("mark_as_read", scope: "layouts.decidim.notifications_dashboard"), role: "img" %>
        <% end %>
      </div>
    </li>
  </ul>
</div>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
decidim-core-0.27.9 app/cells/decidim/notification/show.erb
decidim-core-0.27.8 app/cells/decidim/notification/show.erb
decidim-core-0.27.7 app/cells/decidim/notification/show.erb
decidim-core-0.27.6 app/cells/decidim/notification/show.erb
decidim-core-0.26.10 app/cells/decidim/notification/show.erb
decidim-core-0.26.9 app/cells/decidim/notification/show.erb
decidim-core-0.27.5 app/cells/decidim/notification/show.erb
decidim-core-0.26.8 app/cells/decidim/notification/show.erb
decidim-core-0.27.4 app/cells/decidim/notification/show.erb
decidim-core-0.27.3 app/cells/decidim/notification/show.erb
decidim-core-0.26.7 app/cells/decidim/notification/show.erb
decidim-core-0.26.5 app/cells/decidim/notification/show.erb
decidim-core-0.27.2 app/cells/decidim/notification/show.erb
decidim-core-0.27.1 app/cells/decidim/notification/show.erb
decidim-core-0.26.4 app/cells/decidim/notification/show.erb
decidim-core-0.27.0 app/cells/decidim/notification/show.erb
decidim-core-0.26.3 app/cells/decidim/notification/show.erb
decidim-core-0.27.0.rc2 app/cells/decidim/notification/show.erb
decidim-core-0.27.0.rc1 app/cells/decidim/notification/show.erb
decidim-core-0.26.2 app/cells/decidim/notification/show.erb