Stripe job index listgroup

master
Pete Ley 1 month ago
parent 9d0b23f47e
commit 0f91651e9f

@ -7,7 +7,7 @@
{% block content %}
<ul class="list-group">
{% for job in jobs %}
<li class="list-group-item list-group-item d-flex align-items-baseline">
<li class="list-group-item list-group-item d-flex align-items-baseline bg-{% cycle 'light' 'secondary-subtle' %}">
<div class="me-auto">
<a class="stretched-link"
href="{% url 'jobs:job_detail' job.number %}">{{ job }}</a>
@ -31,7 +31,7 @@
{% endif %}
{% if job.stairs_at_submittal %}
<span class="{{ badge_class }}"
style="background-color: grey"
style="background-color: orange"
>Submittal</span>
{% endif %}
{% endwith %}

Loading…
Cancel
Save