Sha256: 85f9e344f36077a9352bd570e75ed81e9ae9ec39ec1cbc3745540b7c4fdc052b
Contents?: true
Size: 373 Bytes
Versions: 5
Compression:
Stored size: 373 Bytes
Contents
<% if object.restful? && !object.resource? %> <h3 class="object_properties_title">Object properties</h3> <%= yieldall(item: :property, title: '') %> <% if object.tags(:example).size > 0 %> <h3>Examples</h3> <% object.tags(:example).each do |tag| %> <div class="example"> <%= htmlify(tag.text) %> </div> <% end %> <% end %> <% end %>
Version data entries
5 entries across 5 versions & 1 rubygems