Sha256: eb4804ddc3db218109df665db28604905cdd6209ed888312d8506ac8ee3b5053

Contents?: true

Size: 1 KB

Versions: 9

Compression:

Stored size: 1 KB

Contents

- highlight_in_menu "browse"
- set_page_title "Theme: #{@theme.label || @theme.uri}"
- page_kind 'themed list of datasets'
- bodyclass 'theme'

%header
	= fullwidth do
		= badge("theme")
		%h1
			= @theme.label || @theme.uri
			%span{style:"font-weight:normal"}
				= "(#{pluralize @datasets.length, "dataset"})"
		%p
			= @theme.comment
		= link_to "Metadata for this theme", resource_path_from_uri(@theme.uri)

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

/
	- content_for :formats do
		%ul
			%li= link_to('N-triples', :format => 'nt', :page => @pagination_params.page, :per_page => @pagination_params.per_page)
			%li= link_to("Turtle", :format => 'ttl', :page => @pagination_params.page, :per_page => @pagination_params.per_page)
			%li= link_to("RDF/XML", :format => 'rdf', :page => @pagination_params.page, :per_page => @pagination_params.per_page)
			%li= link_to("JSON", :format => 'json', :page => @pagination_params.page, :per_page => @pagination_params.per_page)

Version data entries

9 entries across 9 versions & 1 rubygems

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