Sha256: 0afe865bd9b5a728f31e0d9a30e1c4b2553757b83edaef528880cfe12a6ffbf2
Contents?: true
Size: 631 Bytes
Versions: 62
Compression:
Stored size: 631 Bytes
Contents
= link_to catalog_category_path(model), class: (model.active? ? 'summary' : 'summary summary--inactive') do %span.summary__name= model.name .summary__info-container %span.summary__info - if model.active? #{local_time_ago(model.updated_at)} - else %span.summary__info-text-inactive= t('workarea.admin.catalog_categories.summary.inactive') %span.summary__info - if model.breadcrumbs.blank? = t('workarea.admin.catalog_categories.summary.no_taxonomy') - else = model.breadcrumbs.join(' > ') %span.summary__type= t('workarea.admin.catalog_categories.summary.type')
Version data entries
62 entries across 62 versions & 1 rubygems