Skip to content

Commit d44ef5e

Browse files
authored
HTML structure
1 parent 994c330 commit d44ef5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/index.html.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<div class="col-12 col-sm-6 col-md-4 d-flex">
88
<div class="card shadow mb-3 w-100">
99
<div class="card-body">
10-
<h5 class="card-subtitle text-muted">{{ project.translated_name }}</h5>
1110
<h4 class="card-title">{{ project.language.name }}</h4>
11+
<h5 class="card-subtitle text-muted">{{ project.translated_name }}</h5>
1212
<p class="card-subtitle mb-2">Completion: <strong>{{ '{:.2f}%'.format(project.completion) }}</strong></p>
1313
<p class="card-subtitle mb-2 text-muted">30 days progress: {{ '{:.2f}%'.format(project.change) }}</p>
1414
<p style="text-align: center;">

0 commit comments

Comments
 (0)