Sha256: 519e90c2661f8f94e8245a7ee9efb3ebc4852c0e24ba3b09f1e0756bba2c9a5a
Contents?: true
Size: 497 Bytes
Versions: 25
Compression:
Stored size: 497 Bytes
Contents
<h1><%= type[:name] %></h1> <%= include.('notices.html', notices: type[:notices]) %> <%= 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
25 entries across 25 versions & 1 rubygems