Sha256: e078e9a88ec0551a955f6a115a364ac7ff57611f920ca0fa1476db3aefe4852b

Contents?: true

Size: 835 Bytes

Versions: 22

Compression:

Stored size: 835 Bytes

Contents

- title = resources_list_table_title
- set_page_title strip_tags(title)
- rdf_type_label = PublishMyData::RdfType.find(@type_filter).label rescue nil
- highlight_in_menu "catalogue"
- page_kind 'page of resources'
- set_pmd_page_class ''

- 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 "Resources"
		%h4
			=resources_list_table_title

= render 'publish_my_data/stripes/list_of_resources', title:"Resources", resources:@resources

Version data entries

22 entries across 22 versions & 1 rubygems

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