Sha256: 07b22abc1f8a20edebc47788406526cb84a64fe3fe122aaf8231aa45f1446de3

Contents?: true

Size: 854 Bytes

Versions: 22

Compression:

Stored size: 854 Bytes

Contents

- highlight_in_menu "catalogue"
- set_page_title "Catalogue"
- page_kind 'page of datasets'
- set_pmd_page_class '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

22 entries across 22 versions & 1 rubygems

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