Sha256: 6f5c95dfeab8e1d86d2ff78268b14e00d554e002d0142837148fa3104c5f71a5
Contents?: true
Size: 826 Bytes
Versions: 8
Compression:
Stored size: 826 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' - bodyclass '' - 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
8 entries across 8 versions & 1 rubygems