Sha256: 3c65fcd718861ba1abefc2b3f6e88f0bd5b5f770291adca7162e1e22ce3c584e
Contents?: true
Size: 380 Bytes
Versions: 26
Compression:
Stored size: 380 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 %> <code><%= value %></code> <%= link_to fa_icon('link'), "http://ip-api.com/##{value}", target: :_blank, class: 'text-info' %> <% end %>
Version data entries
26 entries across 13 versions & 1 rubygems