Sha256: ea6056b8ab5ae0263b61b5154055a228fb8dd485fdab81124235d7bbf0c6bdea

Contents?: true

Size: 194 Bytes

Versions: 5

Compression:

Stored size: 194 Bytes

Contents

<% value = field.value(record) %>
<% if value.respond_to?(:url) %>
  <%= link_to value.url, value.url, target: :_blank, class: "text-indigo-500 underline" %>
<% else %>
  <%= value %>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
madmin-1.2.9 app/views/madmin/fields/file/_show.html.erb
madmin-1.2.8 app/views/madmin/fields/file/_show.html.erb
madmin-1.2.7 app/views/madmin/fields/file/_show.html.erb
madmin-1.2.6 app/views/madmin/fields/file/_show.html.erb
madmin-1.2.5 app/views/madmin/fields/file/_show.html.erb