Sha256: 37ce2752156a8f440629ef56036048b9779c19e59674c49ad8199c6119252283
Contents?: true
Size: 784 Bytes
Versions: 12
Compression:
Stored size: 784 Bytes
Contents
<div class="card--list__item"> <div class="card--list__text"> <div> <a href="<%= document.url %>" class="card__link"> <h4 class="card--list__heading heading6"> <%= attachment_title(document) %> <small><%= document.file_type %> <%= number_to_human_size(document.file_size) %></small> </h4> <% if document.description.present? %> <span class="text-small"><%= translated_attribute(document.description) %></span> <% end %> </a> </div> </div> <div class="card--list__data"> <%= link_to document.url, target: "_blank", rel: "noopener", class: "card--list__data__icon", title: t(".download") do %> <%= icon "cloud-download", role: "img", aria_label: t(".download") %> <% end %> </div> </div>
Version data entries
12 entries across 12 versions & 1 rubygems