We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1050a46 commit ea9dcaaCopy full SHA for ea9dcaa
1 file changed
templates/fulldetail.html
@@ -35,8 +35,8 @@ <h2 style="margin-bottom: 20px;">
35
<ul style=" overflow-x:scroll; white-space: nowrap; line-height: 60px;">
36
{% for related_cam in related_cams %}
37
<li style="list-style: none; display: inline;">
38
- <span style="color: {{ cam.bullet_color }}">•</span>
39
- <a style="color: {{ related_cam.title_color }};
+ <span style="color: {% if related_cam.offline_since %}#888{% else %}{{ related_cam.bullet_color }}{% endif %}">•</span>
+ <a style="color: {% if related_cam.offline_since %}#888{% else %}{{ related_cam.title_color }}{% endif %};
40
margin: 20px 0px"
41
href="{% url 'cam_full_detail' related_cam.id %}">{{ related_cam.title }}</a>
42
</li>
0 commit comments