Sha256: 5e45b270e8050b46a0fe8565403457f3745cb4503e2106e69b7950afb1611cbe
Contents?: true
Size: 920 Bytes
Versions: 31
Compression:
Stored size: 920 Bytes
Contents
- container = local_assigns[:container] || "category" - preposition = local_assigns[:preposition] || "for" %section = fullwidth do - if @datasets.length > 0 %table %thead %tr %th dataset %th{style:"width:20%;"} last updated %th{style:"width:15%;"} theme - @datasets.each do |dataset| %tr.deprecated %td %h3= link_to dataset.title, dataset %p =dataset.comment - if dataset.deprecated? %span.pmd_phrase_warning This dataset is discontinued. %td{style:"width:20%;"} = formatted_date(dataset.modified.to_s) %td{style:"width:15%;"} - if dataset.theme - theme = PublishMyData::Theme.find(dataset.theme) = link_to theme.label, theme_path(theme) - else none - if pagination_required?(@datasets, @pagination_params) = fullwidth do = paginate @datasets
Version data entries
31 entries across 31 versions & 1 rubygems