Sha256: 8c935200ada9969bef88028c5cccc5bea8e29206f498f2dc189636e2688f6cfc
Contents?: true
Size: 439 Bytes
Versions: 11
Compression:
Stored size: 439 Bytes
Contents
<h1><%= type[:name] %></h1> <%= type[:description] %> <% unless type[:implemented_by].empty? %> <h2>Implemented by</h2> <ul> <% type[:implemented_by].each do |implementor| %> <li><code><a href="<%= base_url %>/object/<%= slugify.(implementor) %>"><%= implementor %></a></code></li> <% end %> </ul> <% 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