We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 059f30f commit 9ddad9cCopy full SHA for 9ddad9c
templates/profile.njk
@@ -16,7 +16,7 @@
16
</div>
17
<div class="col-md-4 text-center text-md-end mt-4 mt-md-0">
18
<ul class="list-unstyled">
19
- <li>Coalition: {{ profileUser.coalition_users[0].coalition.name | striptags(true) | escape }}</li>
+ <li>Coalition: <a href="/coalitions/{{ profileUser.coalition_users[0].coalition.id }}" style="color: {{ profileUser.coalition_users[0].coalition.color }};">{{ profileUser.coalition_users[0].coalition.name | striptags(true) | escape }}</a></li>
20
<li>Total score: {{ totalScore | thousands }}</li>
21
<li>{{ profileUser.coalition_users[0].coalition.name }} ranking: #{{ ranking }}</li>
22
{% for userRanking in userRankings %}
0 commit comments