Sha256: 50b799665211008604f5dcfbf49437e746961e6d8a6688a77bf1bd3cf9e553ad
Contents?: true
Size: 737 Bytes
Versions: 7
Compression:
Stored size: 737 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="Arial 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="Arial Italic" color="grey60"><%= attribute.type_description %></font></td></tr> <% end %> </table> <% else %> <% end %> <% if options.orientation == :vertical %>}<% end %>
Version data entries
7 entries across 7 versions & 1 rubygems