Sha256: 3f13f546c80c54be4bf6060a7570902a8bef21f7c7291f19dba672669ed6c55a

Contents?: true

Size: 744 Bytes

Versions: 31

Compression:

Stored size: 744 Bytes

Contents

- highlight_in_menu "browse"
- set_page_title "Themes"
- page_kind 'list of themes'

%header
	= fullwidth do
		= page_title("Datasets by theme")
		%p The datasets are organised into #{pluralize @themes.length, "broad themes"}.
%section
	= fullwidth do
		%table
			%thead
				%tr
					%th
						theme
					%th.centred
						datasets
			%tbody
				- @themes.each do |theme|
					%tr
						%td
							%h3
								= link_to (theme.label || theme.uri), theme
							%p
								= theme.comment
						%td.centred
							%h3
								=theme.datasets_count

/
	- content_for :formats do
		%ul
			%li= link_to 'N-triples', format: 'nt'
			%li= link_to "Turtle", format: 'ttl'
			%li= link_to "RDF/XML", format: 'rdf'
			%li= link_to "JSON", format: 'json'

Version data entries

31 entries across 31 versions & 1 rubygems

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