Sha256: 161073095bd201fdba7fa4ec141612ccffcbeb02e5996561ce945bbca28ab960

Contents?: true

Size: 375 Bytes

Versions: 22

Compression:

Stored size: 375 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 %>
<%= if value.nil?
  null
else
  concat content_tag(:code, value)
  link_to(
    fa_icon('link'), "http://ip-api.com/##{value}",
    target: :_blank, class: 'text-info'
  )
end %>

Version data entries

22 entries across 11 versions & 1 rubygems

Version Path
wallaby-6.1.0 app/views/wallaby/resources/index/_inet.html.erb
wallaby-6.1.0 app/views/wallaby/resources/index/_cidr.html.erb