Sha256: 0a47d6bbffd244dd64075e7e555fe6c52568d1ff43a37c6c4ce8a485c2b2721c

Contents?: true

Size: 364 Bytes

Versions: 10

Compression:

Stored size: 364 Bytes

Contents

%section
	= fullwidth do
		=section_title(title)
		%table
			%tbody
			- resources.each do |resource|
				%tr
					%td
						%h4= resource_uri_or_label(resource, resource.uri)
						%h5.click_to_select.uri= resource.uri
						%p= resource.comment

		- if (@pagination_params) && (pagination_required?(resources, @pagination_params))
			Page
			= paginate resources

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
publish_my_data-1.3.4 app/views/publish_my_data/stripes/_list_of_resources.html.haml
publish_my_data-1.3.3 app/views/publish_my_data/stripes/_list_of_resources.html.haml
publish_my_data-1.3.2 app/views/publish_my_data/stripes/_list_of_resources.html.haml
publish_my_data-1.3.1 app/views/publish_my_data/stripes/_list_of_resources.html.haml
publish_my_data-1.3.0 app/views/publish_my_data/stripes/_list_of_resources.html.haml
publish_my_data-1.2.4 app/views/publish_my_data/stripes/_list_of_resources.html.haml
publish_my_data-1.2.3 app/views/publish_my_data/stripes/_list_of_resources.html.haml
publish_my_data-1.2.2 app/views/publish_my_data/stripes/_list_of_resources.html.haml
publish_my_data-1.2.1 app/views/publish_my_data/stripes/_list_of_resources.html.haml
publish_my_data-1.2.0 app/views/publish_my_data/stripes/_list_of_resources.html.haml