Skip to content

Commit 4b49f01

Browse files
committed
Add link to completion details
1 parent 6f526f3 commit 4b49f01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

template.html.jinja

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ main | <a href="metadata.html" target="_self">meta</a>
3939
{% if project.translators.link %}</a>{% endif %}
4040
</td>
4141
<td data-label="completion">
42+
<a href="{{ project.language.code }}.html">
4243
<div class="progress-bar"
4344
style="width: {{ project.completion }}%;{% if project.change %}background: linear-gradient(to left, #94cf96 {{ project.change * 100 / project.completion }}%, #4caf50 {{ project.change * 100 / project.completion }}%);{% else %}background-color: #4caf50;{% endif %}"
4445
>
@@ -47,6 +48,7 @@ main | <a href="metadata.html" target="_self">meta</a>
4748
<div class="progress-bar-outer-label">
4849
{{ '{:.2f}%'.format(project.completion) }} {% if project.change >= 0.01 %}({{ '{:+.2f}%'.format(project.change) }}){% endif %}
4950
</div>
51+
</a>
5052
</td>
5153
</tr>
5254
{% endfor %}

0 commit comments

Comments
 (0)