Sha256: 6abd6129b73a694b7a8bd48c27c730b07bba50a77050999a32408c7b708b39c5
Contents?: true
Size: 554 Bytes
Versions: 62
Compression:
Stored size: 554 Bytes
Contents
= link_to content_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.content.summary.inactive') %span.summary__info= pluralize(model.blocks.size, 'content block') %span.summary__type{ title: t('workarea.admin.content.summary.system_page') }= t('workarea.admin.content.summary.system_page')
Version data entries
62 entries across 62 versions & 1 rubygems