Add basic workout tracking functionality, create/edit/delete workouts and there topsets
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<div class="bg-red-100 border border-red-400 text-red-700 px-4 py-3 rounded relative" role="alert">
|
||||
<strong class="font-bold">Error: {{ error }}</strong>
|
||||
<span class="block sm:inline">{{ message }}</span>
|
||||
<a class="absolute top-0 bottom-0 right-0 px-4 py-3" href="/">
|
||||
<a class="absolute top-0 bottom-0 right-0 px-4 py-3" href="{{ url }}">
|
||||
<svg class="fill-current h-6 w-6 text-red-500" role="button" xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 20 20">
|
||||
<title>Close</title>
|
||||
|
||||
Reference in New Issue
Block a user