Sha256: 3e42869957dc767cdeaa20917194bde54e378db25f37bc1e95f0b77e8ecee497
Contents?: true
Size: 338 Bytes
Versions: 2
Compression:
Stored size: 338 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
effective_developer-0.2 | lib/scaffolds/views/_resource.html.haml |
effective_developer-0.1.1 | lib/scaffolds/views/_resource.html.haml |