This commit is contained in:
nate smith 2024-02-13 21:39:10 -08:00
parent 540c95ae54
commit 662cb8e25d

View File

@ -1,9 +0,0 @@
<div class="linecontainer unpinned" hx-trigger="regen" hx-swap="outerHTML" hx-get="/line">
<span class="linecontrols">
<button>pin</button>
<button>edit</button>
<button>move</button>
<button>remove</button>
</span>
<span class="linetext" data-source="{{.Source.Name}}">{{.Text}}</span>
</div>