Sha256: 46993d565171d4b4ba571db2352b36eab33924f6ba643fd18dec825b4710ff84
Contents?: true
Size: 760 Bytes
Versions: 2
Compression:
Stored size: 760 Bytes
Contents
<% unless attachment_collection.unused? %> <div class="docs__container"> <h6 data-toggle="docs-collection-<%= attachment_collection.id %>"><%= icon "caret-right", class: "icon--small" %>  <strong><%= translated_attribute(attachment_collection.name) %></strong> <small>(<%= attachment_collection.attachments.count %> <%= t(".documents", count: attachment_collection.attachments.count) %>)</small> </h6> <div id="docs-collection-<%= attachment_collection.id %>" class="docs__content hide" data-toggler=".hide"> <p><%= translated_attribute(attachment_collection.description) %></p> <div class="card card--list"> <%= render partial: "document", collection: documents %> </div> </div> </div> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
decidim-core-0.10.1 | app/views/decidim/application/_collection.html.erb |
decidim-core-0.10.0 | app/views/decidim/application/_collection.html.erb |