Sha256: 76cc30590bf4cfaa222c1e11fd9df3760bba477b77b2359d8dc246dd3b485fed

Contents?: true

Size: 262 Bytes

Versions: 2

Compression:

Stored size: 262 Bytes

Contents

<% if value.nil? %>
  <%= null %>
<% else %>
  <% max    = metadata[:max] || 17 %>
  <% value  = value.to_s %>
  <% if value.length > max %>
    <span><%= value.truncate max %></span>
    <%= itooltip value %>
  <% else %>
    <%= value %>
  <% end %>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wallaby-4.1.6 app/views/wallaby/resources/index/_uuid.html.erb
wallaby-5.0.1 app/views/wallaby/resources/index/_uuid.html.erb