diff options
author | Marcello Stanisci <marcello.stanisci@inria.fr> | 2015-12-16 16:50:11 +0100 |
---|---|---|
committer | Marcello Stanisci <marcello.stanisci@inria.fr> | 2015-12-16 16:50:11 +0100 |
commit | f5d359e7025c6c5ac94b730b145afa9494033833 (patch) | |
tree | 4504ba9810a2eaa6850f26bc209ed28aab979ea4 /extension/pages/debug.html | |
parent | 22246ea15692fd6e6cfde2e3768e000bc782eb36 (diff) |
saving handlebars tryings
Diffstat (limited to 'extension/pages/debug.html')
-rw-r--r-- | extension/pages/debug.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extension/pages/debug.html b/extension/pages/debug.html index e4466bc47..7dfa7a9cc 100644 --- a/extension/pages/debug.html +++ b/extension/pages/debug.html @@ -5,6 +5,7 @@ </head> <body> <h1>Debug Pages</h1> - <a href="show-db.html">Show DB</a> + <a href="show-db.html">Show DB</a> <br> + <a href="../popup/balance-overview.html">Show balance</a> </body> </html> |