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:
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
|
<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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue