Sha256: b41b77547c773e23544b06806554ad65be56bd5b08b8224c210f331a3a707b7a
Contents?: true
Size: 281 Bytes
Versions: 24
Compression:
Stored size: 281 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.nil? ? null : link_to(metadata[:title], value, metadata[:html_options]) %>
Version data entries
24 entries across 13 versions & 1 rubygems