diff options
| author | FivePixels <o5pxels@gmail.com> | 2022-05-02 18:37:06 -0500 |
|---|---|---|
| committer | FivePixels <o5pxels@gmail.com> | 2022-05-02 18:37:06 -0500 |
| commit | 746d2c2d31f47e3e475c0bf5ffbf2492db78be41 (patch) | |
| tree | 6d9d0bdf6f99962fde5f86af536058821b510797 /app/templates/base | |
| parent | 8a8463c20da456f1ed93ba6a57460dd7a19fcefc (diff) | |
| download | Strengthy-746d2c2d31f47e3e475c0bf5ffbf2492db78be41.tar.xz Strengthy-746d2c2d31f47e3e475c0bf5ffbf2492db78be41.zip | |
Fix indentation in record.html, update record.js logic
to add event listener to added sets, fix add sets button, update the
home page href to prevent bug that sent user from /workout/record to
just /workout
Diffstat (limited to 'app/templates/base')
| -rw-r--r-- | app/templates/base/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/base/layout.html b/app/templates/base/layout.html index a738cec..afe6143 100644 --- a/app/templates/base/layout.html +++ b/app/templates/base/layout.html @@ -24,7 +24,7 @@ <div class="hero-head"> <nav class="navbar"> <div class="navbar-brand"> - <a class="navbar-item" href="../"> + <a class="navbar-item" href="/"> <img src="/static/favicon/apple-touch-icon.png" alt="Logo"> </a> <span class="navbar-burger burger" data-target="nav-menu"> |
