We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 994c330 commit d44ef5eCopy full SHA for d44ef5e
1 file changed
templates/index.html.jinja
@@ -7,8 +7,8 @@
7
<div class="col-12 col-sm-6 col-md-4 d-flex">
8
<div class="card shadow mb-3 w-100">
9
<div class="card-body">
10
- <h5 class="card-subtitle text-muted">{{ project.translated_name }}</h5>
11
<h4 class="card-title">{{ project.language.name }}</h4>
+ <h5 class="card-subtitle text-muted">{{ project.translated_name }}</h5>
12
<p class="card-subtitle mb-2">Completion: <strong>{{ '{:.2f}%'.format(project.completion) }}</strong></p>
13
<p class="card-subtitle mb-2 text-muted">30 days progress: {{ '{:.2f}%'.format(project.change) }}</p>
14
<p style="text-align: center;">
0 commit comments