diff options
Diffstat (limited to 'templates/index.tmpl')
-rw-r--r-- | templates/index.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/index.tmpl b/templates/index.tmpl index 3bef7b0..2aa5729 100644 --- a/templates/index.tmpl +++ b/templates/index.tmpl @@ -56,6 +56,9 @@ </tbody> </table> </div> + <div class="padding-wrapper"> + <a href="/:/gc" class="btn btn-danger">Run the garbage collector</a> + </div> <footer> {{- template "footer" . -}} </footer> |