Sha256: ef3beb3a43cefe00f51edfe035960c3e12aede6a05558835797d640bc2d9e968

Contents?: true

Size: 1.03 KB

Versions: 1

Compression:

Stored size: 1.03 KB

Contents

- # TODO: possible future improvements
- # - break up list of properties by graph
- # - show inbound links

- title = resource.label || resource.uri
- rdf_type_label = PublishMyData::RdfType.find(resource.rdf_type.first.to_s).label rescue nil

- highlight_in_menu "browse"
- set_page_title("Resource: #{title}")
- page_kind 'resource'
- set_pmd_page_class 'resource'

- additional_formats_for_resource(resource.uri)

%header
	= fullwidth do
		= badge("resource")
		= page_title(title)
		= title_uri resource.uri
	= fullwidth do
		=label(resource.read_predicate(RDF.type).many? ? 'Types' : 'Type')
		%p= resource.read_predicate(RDF.type).map { |t| resource_uri_or_label(resource, t) }.join(", ").html_safe
		- if resource.theme
			=label("Theme")
			%p= link_to "#{resource.theme.label || resource.theme.uri}", theme_path(resource.theme)
		- if resource.dataset
			=label("Dataset")
			%p= link_to "#{resource.dataset.label || resource.dataset.uri}", dataset_path(resource.dataset)

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
publish_my_data-1.3.4 app/views/publish_my_data/resources/show.html.haml