Sha256: 003a76ce734d7baf6c899f7fae3e60ae191dc3d9ae8f9af8718e87194f8bc7fc
Contents?: true
Size: 567 Bytes
Versions: 11
Compression:
Stored size: 567 Bytes
Contents
<h1><%= type[:name] %></h1> <%= type[:description] %> <% unless type[:interfaces].empty? %> <h2>Implements</h2> <ul> <% type[:interfaces].each do |interface| %> <li><code><a href="<%= base_url %>/interface/<%= slugify.(interface) %>"><%= interface %></a></code></li> <% end %> </ul> <% end %> <% 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
11 entries across 11 versions & 1 rubygems