We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95c2ab9 commit bf9a848Copy full SHA for bf9a848
1 file changed
template.html.jinja
@@ -39,7 +39,7 @@ main | <a href="metadata.html" target="_self">meta</a>
39
{% if project.translators.link %}</a>{% endif %}
40
</td>
41
<td data-label="completion">
42
- <a href="{{ project.language.code }}.html">
+ <a href="{{ project.language.code }}.html" target="_self">
43
<div class="progress-bar"
44
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 %}"
45
>
0 commit comments