diff options
author | rubenwardy <rw@rubenwardy.com> | 2020-07-11 00:06:21 +0100 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2020-07-11 00:06:21 +0100 |
commit | 9bf20df941deb666c0452cb425cf337d425dc59d (patch) | |
tree | d662b20b1206a4ba854468909b8ccd50abe41f64 | |
parent | adc31962c0fac8c17d2ab59d61e629bf347f5452 (diff) | |
download | cheatdb-9bf20df941deb666c0452cb425cf337d425dc59d.tar.xz |
Fix typo in previous commit
-rw-r--r-- | app/templates/macros/threads.html | 2 |
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> |