= 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')