Sha256: 9ffcac42db23715c43bb8f4ac974e42a7ebe24c96b7eb2c8524ea70ffeb6576c

Contents?: true

Size: 378 Bytes

Versions: 11

Compression:

Stored size: 378 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)

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
publish_my_data-1.3.5 app/views/publish_my_data/stripes/_resource_data.html.haml
publish_my_data-1.3.4 app/views/publish_my_data/stripes/_resource_data.html.haml
publish_my_data-1.3.3 app/views/publish_my_data/stripes/_resource_data.html.haml
publish_my_data-1.3.2 app/views/publish_my_data/stripes/_resource_data.html.haml
publish_my_data-1.3.1 app/views/publish_my_data/stripes/_resource_data.html.haml
publish_my_data-1.3.0 app/views/publish_my_data/stripes/_resource_data.html.haml
publish_my_data-1.2.4 app/views/publish_my_data/stripes/_resource_data.html.haml
publish_my_data-1.2.3 app/views/publish_my_data/stripes/_resource_data.html.haml
publish_my_data-1.2.2 app/views/publish_my_data/stripes/_resource_data.html.haml
publish_my_data-1.2.1 app/views/publish_my_data/stripes/_resource_data.html.haml
publish_my_data-1.2.0 app/views/publish_my_data/stripes/_resource_data.html.haml