Sha256: 77bbfb7ad164cda3a8061ac0eb85d41aca4ec70f280d661359aafcbc4d910bf5
Contents?: true
Size: 316 Bytes
Versions: 34
Compression:
Stored size: 316 Bytes
Contents
<h1><%= type[:name] %></h1> <%= type[:description] %> <% unless type[:connections].empty? %> <h2>Connections</h2> <%= include.('connections.html', connections: type[:connections]) %> <% end %> <% unless type[:fields].empty? %> <h2>Fields</h2> <%= include.('fields.html', fields: type[:fields]) %> <% end %>
Version data entries
34 entries across 34 versions & 1 rubygems