We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7382ca5 commit fe0e7feCopy full SHA for fe0e7fe
templates/challenge.html
@@ -79,7 +79,11 @@ <h3 class="challenge-value text-center">
79
</details>
80
{% else %}
81
<details @toggle="showHint(event)">
82
+ {% if hint.title %}
83
+ <summary>{{ hint.title }}(Cost: {{ hint.cost }} point{{ hint.cost|pluralize }})</summary>
84
+ {% else %}
85
<summary>Unlock Hint for {{ hint.cost }} point{{ hint.cost|pluralize }}</summary>
86
+ {% endif %}
87
<div x-html="html"></div>
88
89
{% endif %}
0 commit comments