Sha256: 74a8cc1ca929f90711589181c6d70c011508f11c75a9d154f42e49987a25aea5
Contents?: true
Size: 756 Bytes
Versions: 16
Compression:
Stored size: 756 Bytes
Contents
<% if options.orientation == :vertical %>{<% end %> <table border="0" align="center" cellspacing="0.5" cellpadding="0" width="<%= NODE_WIDTH + 4 %>"> <tr><td align="center" valign="bottom" width="<%= NODE_WIDTH %>"><font face="<%= FONTS[:bold] %>" point-size="11"><%= entity.name %></font></td></tr> </table> <% if attributes.any? %> | <table border="0" align="left" cellspacing="2" cellpadding="0" width="<%= NODE_WIDTH + 4 %>"> <% attributes.each do |attribute| %> <tr><td align="left" width="<%= NODE_WIDTH %>" port="<%= attribute %>"><%= attribute %> <font face="<%= FONTS[:italic] %>" color="grey60"><%= attribute.type_description %></font></td></tr> <% end %> </table> <% else %> <% end %> <% if options.orientation == :vertical %>}<% end %>
Version data entries
16 entries across 16 versions & 2 rubygems