mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix: align text on left
Closes: #368 Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
This commit is contained in:
parent
034e47bc28
commit
28970ccc91
2 changed files with 2 additions and 7 deletions
|
@ -6,11 +6,11 @@
|
|||
<table class="no-width">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="text-right">{{ "Total" | tr }} {{ "Trusted Users" | tr }}:</td>
|
||||
<td>{{ "Total" | tr }} {{ "Trusted Users" | tr }}:</td>
|
||||
<td>{{ trusted_user_count }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="text-right">{{ "Active" | tr }} {{ "Trusted Users" | tr }}:</td>
|
||||
<td>{{ "Active" | tr }} {{ "Trusted Users" | tr }}:</td>
|
||||
<td>{{ active_trusted_user_count }}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue