summaryrefslogtreecommitdiff
path: root/app/templates/workout/record.html
diff options
context:
space:
mode:
authorstilbruch <stilbruch@protonmail.com>2022-04-23 12:38:19 -0500
committerstilbruch <stilbruch@protonmail.com>2022-04-23 12:38:19 -0500
commitfcc687b97d0acb878d2167a2ef47939b8bc47598 (patch)
treee761f53eb8aab16a6ec5cd53126ef6c08c167bea /app/templates/workout/record.html
parentc37125539b34a42ca2dc2fb220d3b114eb0f4c74 (diff)
downloadStrengthy-fcc687b97d0acb878d2167a2ef47939b8bc47598.tar.xz
Strengthy-fcc687b97d0acb878d2167a2ef47939b8bc47598.zip
Add select page (it sucks)
Diffstat (limited to 'app/templates/workout/record.html')
-rw-r--r--app/templates/workout/record.html28
1 files changed, 2 insertions, 26 deletions
diff --git a/app/templates/workout/record.html b/app/templates/workout/record.html
index 1a544fc..bc6b695 100644
--- a/app/templates/workout/record.html
+++ b/app/templates/workout/record.html
@@ -5,32 +5,8 @@
<div class="continer">
<div class="columns is-centered">
<div class="column">
- <h1 class="title is-2">Leg Day</h1>
- <div class="box">
- <div class="tabs is-fullwidth">
- <ul>
- <li>
- <a>
- <span class="icon"><i class="fas fa-angle-left" aria-hidden="true"></i></span>
- <span>Left</span>
- </a>
- </li>
- <li>
- <a>
- <span class="icon"><i class="fas fa-angle-up" aria-hidden="true"></i></span>
- <span>Up</span>
- </a>
- </li>
- <li>
- <a>
- <span>Right</span>
- <span class="icon"><i class="fas fa-angle-right" aria-hidden="true"></i></span>
- </a>
- </li>
- </ul>
- </div>
- </div>
- </div>
+ <!--- TODO --->
+ <div>
</div>
</div>