mirror of
https://github.com/safing/web
synced 2025-09-04 20:19:03 +00:00
Remove empty lines
This commit is contained in:
parent
1d66bf01a6
commit
06732687a1
1 changed files with 0 additions and 3 deletions
|
@ -10,7 +10,6 @@
|
||||||
<div class="flex">
|
<div class="flex">
|
||||||
{% for tag in card.projects %}
|
{% for tag in card.projects %}
|
||||||
{% assign tag_bg_strength = 100 %}
|
{% assign tag_bg_strength = 100 %}
|
||||||
|
|
||||||
{% if tag == 'Portmaster' %}
|
{% if tag == 'Portmaster' %}
|
||||||
{% assign tag_color = 'blue' %}
|
{% assign tag_color = 'blue' %}
|
||||||
{% elsif tag == 'SPN' %}
|
{% elsif tag == 'SPN' %}
|
||||||
|
@ -25,10 +24,8 @@
|
||||||
{% elsif tag == 'Marketing' %}
|
{% elsif tag == 'Marketing' %}
|
||||||
{% assign tag_color = 'orange' %}
|
{% assign tag_color = 'orange' %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<span class="inline-flex items-center px-3 py-1 rounded-full text-sm font-medium leading-5 bg-{{ tag_color }}-{{ tag_bg_strength }} text-{{ tag_color }}-800 mr-2">
|
<span class="inline-flex items-center px-3 py-1 rounded-full text-sm font-medium leading-5 bg-{{ tag_color }}-{{ tag_bg_strength }} text-{{ tag_color }}-800 mr-2">
|
||||||
{{ tag }}
|
{{ tag }}
|
||||||
|
|
||||||
</span>
|
</span>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue