Sha256: fe3b52e9cc361d01d264072913c1b57c01a2bac1d8225635865580a3c3407c4c
Contents?: true
Size: 787 Bytes
Versions: 12
Compression:
Stored size: 787 Bytes
Contents
<section> <h2>Object Synopses</h2> <% @json_objects.each do |name, json| %> <div class="object-synopsis"> <h3 class="object-synopsis__header" id="<%= name %>-api"> <span class="object-synopsis__header-text"><%= name %></span> <button class="object-synopsis__toggler"></button> </h3> <div class="object-synopsis__content"> <div class="object-synopsis__content-description"> <% if schema_is_model?(json) && !json['description'].empty? %> <%= htmlify json['description'] %> <% end %> </div> <%= tag_partial("../../tags/html/argument/_list", nil, { argument_tags: properties_of_model_as_tags(json) }) %> </div> </div> <% end %> </section>
Version data entries
12 entries across 12 versions & 1 rubygems