Sha256: 0baf8bf022a671632b43d2c6d561b248d83bcc37974d51f87bc2b391545cb0b0

Contents?: true

Size: 299 Bytes

Versions: 15

Compression:

Stored size: 299 Bytes

Contents

<%# @param object [model] model instance %>
<%# @param field_name [String] name of the field %>
<%# @param value [Object] value of the field %>
<%# @param metadata [Hash] metadata of the field %>
<%= value.try(:attachment) ? link_to(value.attachment.blob.filename, rails_blob_path(value)) : null %>

Version data entries

15 entries across 11 versions & 1 rubygems

Version Path
wallaby-8.0.0 app/views/wallaby/resources/index/_active_storage.html.erb
wallaby-8.0.0 app/views/wallaby/resources/show/_active_storage.html.erb
wallaby-7.0.0 app/views/wallaby/resources/index/_active_storage.html.erb
wallaby-7.0.0 app/views/wallaby/resources/show/_active_storage.html.erb
wallaby-7.0.0.beta2 app/views/wallaby/resources/show/_active_storage.html.erb
wallaby-7.0.0.beta2 app/views/wallaby/resources/index/_active_storage.html.erb
wallaby-7.0.0.beta1 app/views/wallaby/resources/show/_active_storage.html.erb
wallaby-7.0.0.beta1 app/views/wallaby/resources/index/_active_storage.html.erb
wallaby-6.1.6 app/views/wallaby/resources/_active_storage.html.erb
wallaby-6.1.5 app/views/wallaby/resources/_active_storage.html.erb
wallaby-6.1.4 app/views/wallaby/resources/_active_storage.html.erb
wallaby-6.1.3 app/views/wallaby/resources/_active_storage.html.erb
wallaby-6.1.2 app/views/wallaby/resources/_active_storage.html.erb
wallaby-6.1.1 app/views/wallaby/resources/_active_storage.html.erb
wallaby-6.1.0 app/views/wallaby/resources/_active_storage.html.erb