aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2020-07-11 00:06:21 +0100
committerrubenwardy <rw@rubenwardy.com>2020-07-11 00:06:21 +0100
commit9bf20df941deb666c0452cb425cf337d425dc59d (patch)
treed662b20b1206a4ba854468909b8ccd50abe41f64
parentadc31962c0fac8c17d2ab59d61e629bf347f5452 (diff)
downloadcheatdb-9bf20df941deb666c0452cb425cf337d425dc59d.tar.xz
Fix typo in previous commit
-rw-r--r--app/templates/macros/threads.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/macros/threads.html b/app/templates/macros/threads.html
index e4fad7a..4732af2 100644
--- a/app/templates/macros/threads.html
+++ b/app/templates/macros/threads.html
@@ -74,7 +74,7 @@
<span class="mr-3">
{% if not t.review and t.private %}
<i class="fas fa-lock" style="color:#ffac33;"></i>
- {% if not t.review %}
+ {% elif not t.review %}
<i class="fas fa-comment-alt" style="color:#666;"></i>
{% elif t.review.recommends %}
<i class="fas fa-thumbs-up" style="color:#6f6;"></i>