Sha256: 9a83d078ebb24081176c5e4a358cf969ee5f1b2e3b625063c87cc11fcfde1a1e

Contents?: true

Size: 706 Bytes

Versions: 2

Compression:

Stored size: 706 Bytes

Contents

<% if 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>
<% end %>
<% if vertical? %>}<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rails-erd-0.1.1 lib/rails_erd/templates/node.erb
rails-erd-0.1.0 lib/rails_erd/templates/node.erb