Sha256: 69d35be1924085dad4200e71382b373188e61e388004505d9c494ec46d9c310c

Contents?: true

Size: 362 Bytes

Versions: 3

Compression:

Stored size: 362 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.to_s
						%p= resource.comment

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
publish_my_data-1.3.25 app/views/publish_my_data/stripes/_list_of_resources.html.haml
publish_my_data-1.3.24 app/views/publish_my_data/stripes/_list_of_resources.html.haml
publish_my_data-1.3.23 app/views/publish_my_data/stripes/_list_of_resources.html.haml