Sha256: 9618269ff085c48138a5f238dc64fc8f25ee99d22d8619274382ea271bae3573
Contents?: true
Size: 247 Bytes
Versions: 2
Compression:
Stored size: 247 Bytes
Contents
<% if file.send(tab.uploader).to_s =~ /(jpg|jpeg|png|gif)$/i %> <%= link_to image_tag(file.send(tab.uploader).url), file.send(tab.uploader).url %> <% else %> <%= link_to file.send(tab.uploader).url, file.send(tab.uploader).url %> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lolita-file-upload-0.2.1 | app/views/components/lolita/configuration/tab/files/_file.html.erb |
lolita-file-upload-0.2.0 | app/views/components/lolita/configuration/tab/files/_file.html.erb |