Sha256: 06cf00a52f82589803c31a89924fa12146ca428e47c52f9b5d9deb6d4066299c
Contents?: true
Size: 312 Bytes
Versions: 25
Compression:
Stored size: 312 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 %> <%= value ? fa_icon('check-square') : fa_icon('square') %> <% end %>
Version data entries
25 entries across 19 versions & 1 rubygems