Sha256: 1f40e9a5074c19dc3babe6dd3d8a60a5e5c1c6e6cb9c6bce65eb84002d57847f
Contents?: true
Size: 1011 Bytes
Versions: 8
Compression:
Stored size: 1011 Bytes
Contents
{%- assign i = include.item %} {%- assign i_hash_mini = i.hash | truncate: 7, "" %} | {% if cl_groupby == "type" %}icon:{{ parts | where:"slug",i.part | map:"icon" }}[title='{{ i.part | capitalize}}']{% else %}{{ types | where:"slug",i.type | first | map:"icon" }}[]{% endif %} | {{ i.summ }} | {sp}{% for tag in i.tags -%}{%- assign t = tags | where:"slug",tag | first %} [.cl-tag.text-{{ t.tone | default: 'primary' }}]#icon:{{ t.icon }}[title='{{ t.name }}']# {% endfor %}{% if i.note %}xref:release-note-{{ i_hash_mini }}[icon:sticky-note[] Note,role='cl-tag']{% endif %} {% if i.tick %}link:{{ site.subject_tickets_www }}/{{ i.tick }}[icon:tag[] {{ i.tick }},role='cl-tag']{% endif %} {% if i.hash %}link:{{ site.source_www }}/commit/{{ i.hash }}[icon:github[] {{ i_hash_mini }},role='cl-tag']{% endif %}{% if i.docs %}{% if i.docs.size > 1 -%}xref:release-note-{{ i_hash_mini }}{% else -%}link:{{ i.docs[0]['href'] | default: i.docs[0]['xref'] }}{% endif -%}[icon:book[] Docs,role='cl-tag']{% endif -%}
Version data entries
8 entries across 8 versions & 2 rubygems