mirror of
https://github.com/caddyserver/website.git
synced 2025-04-26 23:16:16 -04:00
feat(redesign): retrieve from URL
This commit is contained in:
parent
85ec18c9a6
commit
ee662393d0
4 changed files with 92 additions and 44 deletions
|
@ -29,7 +29,9 @@
|
|||
<path d="M12 3l0 6"></path>
|
||||
<path d="M12 15l0 6"></path>
|
||||
</svg>
|
||||
latest
|
||||
<input class="package-version" placeholder="latest"
|
||||
value="${item.state && item.state !== 'latest' ? item.state : ''}"
|
||||
oninput="updateVersion(event, '${item.path}')" />
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue