1
0
Fork 0
mirror of https://code.sup39.dev/repos/Wqawg synced 2024-12-28 11:04:53 +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,8 +61,9 @@ $if not $ null looms
<h2>Enable patch tracking <h2>Enable patch tracking
<ul> <ul>
$forall (loomID, actor) <- looms $forall (loomID, actor) <- looms
<li>
Loom Loom
@{LoomR $ hashLoom loomID} <a href=@{LoomR $ hashLoom loomID}>
+#{keyHashidText $ hashLoom loomID} #{actorName actor} +#{keyHashidText $ hashLoom loomID} #{actorName actor}
wants to link with this repo wants to link with this repo
^{buttonW POST "Link" $ RepoLinkR repo $ hashLoom loomID} ^{buttonW POST "Link" $ RepoLinkR repo $ hashLoom loomID}