Sha256: 55cb70f2b8e7e79ee2d708e4ef0dc46b4ac0be287f3a70388a5b020d30212210
Contents?: true
Size: 547 Bytes
Versions: 80
Compression:
Stored size: 547 Bytes
Contents
<% object ||= current_attributes_object %> <% strategy ||= current_attributes_strategy || :none %> <% url ||= nil %> <% if object.send(attribute).attached? %> <%= render 'shared/attributes/attribute', object: object, attribute: attribute, strategy: strategy, url: url do %> <% object.send(attribute).each do |file| %> <%= link_to url_for(file), class: 'button download-file' do %> <i class="leading-none mr-2 text-base ti ti-download"></i> <span>Download File</span> <% end %> <% end %> <% end %> <% end %>
Version data entries
80 entries across 80 versions & 1 rubygems