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