Sha256: 6a3336bc462db147a0aa24b3ca8ccd2937e6639b9738e0686814261babd017dd

Contents?: true

Size: 420 Bytes

Versions: 5

Compression:

Stored size: 420 Bytes

Contents

%section#resource-data
  %table
    %thead
      %tr
        %th
          Predicate
        %th
          Object
    %tbody
      - resource.predicates.each do |predicate|
        %tr
          %td.resource-predicate
            = resource_uri_or_label(resource, predicate)
          %td.resource-object
            - resource.read_predicate(predicate).each do |obj|
              = resource_uri_or_label(resource, obj)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
publish_my_data-1.0.4 app/views/publish_my_data/resources/_resource_data.html.haml
publish_my_data-1.0.3 app/views/publish_my_data/resources/_resource_data.html.haml
publish_my_data-1.0.2 app/views/publish_my_data/resources/_resource_data.html.haml
publish_my_data-1.0.1 app/views/publish_my_data/resources/_resource_data.html.haml
publish_my_data-1.0.0 app/views/publish_my_data/resources/_resource_data.html.haml