diff --git a/backend/postings/templates/postings/frontend/entity.html b/backend/postings/templates/postings/frontend/entity.html index 3350487..7eb64a0 100644 --- a/backend/postings/templates/postings/frontend/entity.html +++ b/backend/postings/templates/postings/frontend/entity.html @@ -25,7 +25,9 @@ {# Rating Distribution Display #} -
+ + + + +
+

Rating breakdown

+
+
+
5
+
+
+
+
+ 80% Complete (danger) +
+
+
+
{{ entity.rating_distribution.4 }}
+
+
+
+
4
+
+
+
+
+ 80% Complete (danger) +
+
+
+
{{ entity.rating_distribution.3 }}
+
+
+
+
3
+
+
+
+
+ 80% Complete (danger) +
+
+
+
{{ entity.rating_distribution.2 }}
+
+
+
+
2
+
+
+
+
+ 80% Complete (danger) +
+
+
+
{{ entity.rating_distribution.1 }}
+
+
+
+
1
+
+
+
+
+ 80% Complete (danger) +
+
+
+
{{ entity.rating_distribution.0 }}
+
+ + + +