Sha256: efd564271deb80ecba449ae737c8da20b73c92c7e7fadc8076650bbfbaa450d0

Contents?: true

Size: 391 Bytes

Versions: 20

Compression:

Stored size: 391 Bytes

Contents

%section
	= fullwidth do
		%table
			%thead
				%tr
					%th{style:"width:50%"}
						Predicate
					%th{style:"width:50%"}
						Object
			%tbody
				- resource.predicates.each do |predicate|
					%tr
						%td
							= resource_uri_or_label(resource, predicate)
						%td
							- resource.read_predicate(predicate).each do |obj|
								= resource_uri_or_label(resource, obj)
								%br

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
publish_my_data-1.3.25 app/views/publish_my_data/stripes/_resource_data.html.haml
publish_my_data-1.3.24 app/views/publish_my_data/stripes/_resource_data.html.haml
publish_my_data-1.3.23 app/views/publish_my_data/stripes/_resource_data.html.haml
publish_my_data-1.3.22 app/views/publish_my_data/stripes/_resource_data.html.haml
publish_my_data-1.3.21 app/views/publish_my_data/stripes/_resource_data.html.haml
publish_my_data-1.3.20 app/views/publish_my_data/stripes/_resource_data.html.haml
publish_my_data-1.3.19 app/views/publish_my_data/stripes/_resource_data.html.haml
publish_my_data-1.3.18 app/views/publish_my_data/stripes/_resource_data.html.haml
publish_my_data-1.3.17 app/views/publish_my_data/stripes/_resource_data.html.haml
publish_my_data-1.3.16 app/views/publish_my_data/stripes/_resource_data.html.haml
publish_my_data-1.3.15 app/views/publish_my_data/stripes/_resource_data.html.haml
publish_my_data-1.3.14 app/views/publish_my_data/stripes/_resource_data.html.haml
publish_my_data-1.3.13 app/views/publish_my_data/stripes/_resource_data.html.haml
publish_my_data-1.3.12 app/views/publish_my_data/stripes/_resource_data.html.haml
publish_my_data-1.3.11 app/views/publish_my_data/stripes/_resource_data.html.haml
publish_my_data-1.3.10 app/views/publish_my_data/stripes/_resource_data.html.haml
publish_my_data-1.3.9 app/views/publish_my_data/stripes/_resource_data.html.haml
publish_my_data-1.3.8 app/views/publish_my_data/stripes/_resource_data.html.haml
publish_my_data-1.3.7 app/views/publish_my_data/stripes/_resource_data.html.haml
publish_my_data-1.3.6 app/views/publish_my_data/stripes/_resource_data.html.haml