Sha256: d42e379a04c370514dd5449cb75011ab87a224d3ccf53d7a06f45708819841bc

Contents?: true

Size: 959 Bytes

Versions: 22

Compression:

Stored size: 959 Bytes

Contents

- title = concept_scheme.label || concept_scheme.uri
- kind = concept_scheme.local? ? 'Concept Scheme' : 'External Concept Scheme'

- set_page_title "Concept scheme: #{title}"
- highlight_in_menu "vocabularies"
- page_kind 'concept scheme'
- set_pmd_page_class 'concept_scheme'

- additional_formats_for_resource(concept_scheme.uri)

%header{class: (concept_scheme.deprecated? ? "deprecated" : "")}
	= fullwidth do
		= badge kind
		= page_title title
		= title_uri concept_scheme.uri
		- if concept_scheme.deprecated?
			= render 'publish_my_data/shared/deprecation_notice', resource: concept_scheme, description:"concept scheme"

= render 'publish_my_data/stripes/vocabulary_metadata', vocabulary:concept_scheme, is_a:"concept scheme"
= render 'publish_my_data/stripes/list_of_resources', title:"Concepts", resources:concept_scheme.concepts_sorted
= render 'publish_my_data/stripes/linked_data', resource:concept_scheme, resource_class_name:"concept scheme"

Version data entries

22 entries across 22 versions & 1 rubygems

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