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

Version Path
effective_developer-0.3.0 lib/scaffolds/views/_resource.html.haml
effective_developer-0.2.14 lib/scaffolds/views/_resource.html.haml
effective_developer-0.2.13 lib/scaffolds/views/_resource.html.haml
effective_developer-0.2.12 lib/scaffolds/views/_resource.html.haml
effective_developer-0.2.11 lib/scaffolds/views/_resource.html.haml
effective_developer-0.2.10 lib/scaffolds/views/_resource.html.haml
effective_developer-0.2.9 lib/scaffolds/views/_resource.html.haml
effective_developer-0.2.8 lib/scaffolds/views/_resource.html.haml
effective_developer-0.2.7 lib/scaffolds/views/_resource.html.haml
effective_developer-0.2.6 lib/scaffolds/views/_resource.html.haml
effective_developer-0.2.5 lib/scaffolds/views/_resource.html.haml
effective_developer-0.2.4 lib/scaffolds/views/_resource.html.haml
effective_developer-0.2.3 lib/scaffolds/views/_resource.html.haml
effective_developer-0.2.2 lib/scaffolds/views/_resource.html.haml
effective_developer-0.2.1 lib/scaffolds/views/_resource.html.haml