Sha256: ac949fca902b9771e6b263557145d5feae30ba5c37f706d832e47a3beba555fa
Contents?: true
Size: 584 Bytes
Versions: 14
Compression:
Stored size: 584 Bytes
Contents
<% object ||= current_attributes_object %> <% strategy ||= current_attributes_strategy || :none %> <% url ||= nil %> <% if object.public_send(attribute).attached? %> <%= render 'shared/attributes/attribute', object: object, attribute: attribute, strategy: strategy, url: url do %> <%= link_to url_for(object.public_send(attribute)), class: 'button download-file' do %> <i class="leading-none mr-2 text-base ti ti-download"></i> <span><%= t("global.file_fields.download") %> - <%= object.public_send(attribute).filename %></span> <% end %> <% end %> <% end %>
Version data entries
14 entries across 14 versions & 1 rubygems