Sha256: 41860848a152a550809a100c37fe3fd629f1cc4b705b97768090899520a2f555

Contents?: true

Size: 845 Bytes

Versions: 9

Compression:

Stored size: 845 Bytes

Contents

- highlight_in_menu "catalogue"
- set_page_title "Catalogue"
- page_kind 'page of datasets'
- bodyclass 'datasets'

- format_options = {only_path:false, page: @pagination_params.page, per_page: @pagination_params.per_page}
- additional_format('N-triples', url_for(format_options.merge(format: 'nt')))
- additional_format('Turtle', url_for(format_options.merge(format: 'ttl')))
- additional_format('RDF/XML', url_for(format_options.merge(format: 'rdf')))
- additional_format('JSON', url_for(format_options.merge(format: 'json')))

%header
	= fullwidth do
		= page_title("Catalogue")
		%p
			The data are organised into <em>datasets</em> of thematically-related information. You can also browse the dataset catalogue 
			= link_to 'by theme', '/themes'

= render "publish_my_data/stripes/dataset_list", locals:{container:"theme", preposition:"in"}

Version data entries

9 entries across 9 versions & 1 rubygems

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