aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-09 20:28:08 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-09 20:28:08 +0800
commit8af94f323d86c3cae992dc5ff4896bae52f208e8 (patch)
tree38bec3c6ea0950458d2840398ce285068bf99995 /templates
parentindex: Remove unnecessary newlines in td (diff)
downloadforge-8af94f323d86c3cae992dc5ff4896bae52f208e8.tar.gz
forge-8af94f323d86c3cae992dc5ff4896bae52f208e8.tar.zst
forge-8af94f323d86c3cae992dc5ff4896bae52f208e8.zip
index: Humanize allocated size
Diffstat (limited to 'templates')
-rw-r--r--templates/index.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.tmpl b/templates/index.tmpl
index c767adb..7c2e8fc 100644
--- a/templates/index.tmpl
+++ b/templates/index.tmpl
@@ -55,7 +55,7 @@
</tr>
<tr>
<th scope="row">Memory usage</th>
- <td>Allocated {{ .mem }} bytes <a href="/:/gc/" class="btn btn-danger">Run the garbage collector</a></td>
+ <td>Allocated {{ .mem }} <a href="/:/gc/" class="btn btn-danger">Run the garbage collector</a></td>
</tr>
</tbody>
</table>