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:
parent
c5b85d11a9
commit
7ced46d0c3
1 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue