1
0
Fork 0
mirror of https://code.sup39.dev/repos/Wqawg synced 2024-12-27 03:04:51 +09:00

UI: Fix buggy layout of loom link request

This commit is contained in:
fr33domlover 2022-09-27 12:08:46 +00:00
parent c5b85d11a9
commit 7ced46d0c3

View file

@ -61,11 +61,12 @@ $if not $ null looms
<h2>Enable patch tracking
<ul>
$forall (loomID, actor) <- looms
Loom
@{LoomR $ hashLoom loomID}
+#{keyHashidText $ hashLoom loomID} #{actorName actor}
wants to link with this repo
^{buttonW POST "Link" $ RepoLinkR repo $ hashLoom loomID}
<li>
Loom
<a href=@{LoomR $ hashLoom loomID}>
+#{keyHashidText $ hashLoom loomID} #{actorName actor}
wants to link with this repo
^{buttonW POST "Link" $ RepoLinkR repo $ hashLoom loomID}
<h2>Clone