Sha256: e22194663750e82eb12cdff47d678d9690e7577d4d034c33688f160f32e680f6
Contents?: true
Size: 278 Bytes
Versions: 8
Compression:
Stored size: 278 Bytes
Contents
<% if value.nil? %> <%= null %> <% else %> <% max = metadata[:max] || 20 %> <% value = value.to_s %> <% if value.length > max %> <span><%= value.truncate max %></span> <%= imodal metadata[:label], value %> <% else %> <%= value %> <% end %> <% end %>
Version data entries
8 entries across 2 versions & 1 rubygems