We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9219f03 commit 1050a46Copy full SHA for 1050a46
1 file changed
templates/cams.html
@@ -24,12 +24,12 @@ <h3 style="color: {{ category.color }}; margin-bottom: 0.5rem;">{{ category.titl
24
text-decoration: none;
25
transition: border-color 0.2s"
26
href="{% url 'cam_full_detail' cam.slug %}">
27
- {{ cam.title }} <span style="color: {{ cam.bullet_color }}">•</span>
+ {{ cam.title }}
28
<div style="font-size: 0.65rem;">
29
{% if cam.offline_since %}
30
<span style="color: #888;">offline {{ cam.offline_since|timesince }}</span>
31
{% else %}
32
- <span style="color: #55AB68;">online</span>
+ <span style="color: {{ cam.bullet_color }}">{{ cam.subtitle }}</span>
33
{% endif %}
34
</div>
35
</a>
0 commit comments