Sha256: 8454e357cbdb2e2b597672d4809235f98cee43121f221e59a5e2ab696ebfee26
Contents?: true
Size: 340 Bytes
Versions: 15
Compression:
Stored size: 340 Bytes
Contents
%table.table %tbody <% resource.belong_tos.each do |reference| -%> %tr %th <%= reference.name.to_s.titleize %> %td= <%= resource.name %>.<%= reference.name %> <% end -%> <% attributes.each do |attribute| -%> %tr %th <%= attribute.name.titleize %> %td= <%= resource.name %>.<%= attribute.name %> <% end -%>
Version data entries
15 entries across 15 versions & 1 rubygems