-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlicense-entry.html
More file actions
12 lines (12 loc) · 726 Bytes
/
Copy pathlicense-entry.html
File metadata and controls
12 lines (12 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
<li class="list-group-item license-entry-item crowdin-ignore">
<div class="d-flex justify-content-between align-items-center crowdin-ignore">
<div>
<strong class="crowdin-ignore">{{ include.item.name }}</strong>
{% if include.item.version %}<span class="ms-2 badge bg-secondary crowdin-ignore">{{ include.item.version }}</span>{% endif %}
<small class="d-block license-entry-text-muted crowdin-ignore">
<a href="{{ include.item.url }}" target="_blank" class="license-entry-link crowdin-ignore">{{ include.item.url }}</a>
</small>
</div>
<span class="badge bg-primary crowdin-ignore">{{ include.item.license }}</span>
</div>
</li>