Sha256: f6d9566e959be931e0a446e0f181489ef3bdcadef9250034a2336447ebc2e544
Contents?: true
Size: 798 Bytes
Versions: 15
Compression:
Stored size: 798 Bytes
Contents
<% unless attachment_collection.unused? %> <div class="docs__container"> <span data-toggle="docs-collection-<%= attachment_collection.id %>"><%= icon "caret-right", class: "icon--small", role: "img", "aria-hidden": true %> <strong><%= translated_attribute(attachment_collection.name) %></strong> <small>(<%= attachment_collection.attachments.count %> <%= t(".documents", count: attachment_collection.attachments.count) %>)</small> </span> <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
15 entries across 15 versions & 1 rubygems