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