Sha256: 1512448304ee3dbe0a62e6ff2e829e2e31ad03e2dd9656b81193d5fa98043a1f

Contents?: true

Size: 606 Bytes

Versions: 9

Compression:

Stored size: 606 Bytes

Contents

- title = property.label || property.uri
- set_page_title "Property #{title}"
- highlight_in_menu "vocabularies"
- page_kind 'ontology property'
- bodyclass 'ontology'

- additional_formats_for_resource(property.uri)

%header
	= fullwidth do
		= badge("property")
		= page_title(title)
		= title_uri property.uri
	- if property.defined_by_ontology
		= fullwidth do
			=label("Ontology")
			%p= link_to "#{property.defined_by_ontology.label || property.defined_by_ontology.uri}", resource_path_from_uri(property.defined_by_ontology.uri)

= render 'publish_my_data/stripes/resource_data', resource: property

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
publish_my_data-1.3.3 app/views/publish_my_data/properties/show.html.haml
publish_my_data-1.3.2 app/views/publish_my_data/properties/show.html.haml
publish_my_data-1.3.1 app/views/publish_my_data/properties/show.html.haml
publish_my_data-1.3.0 app/views/publish_my_data/properties/show.html.haml
publish_my_data-1.2.4 app/views/publish_my_data/properties/show.html.haml
publish_my_data-1.2.3 app/views/publish_my_data/properties/show.html.haml
publish_my_data-1.2.2 app/views/publish_my_data/properties/show.html.haml
publish_my_data-1.2.1 app/views/publish_my_data/properties/show.html.haml
publish_my_data-1.2.0 app/views/publish_my_data/properties/show.html.haml