This website works better with JavaScript.
Explore
Help
Sign In
silberengel
/
gitcitadel-online
Watch
1
Star
0
Fork
You've already forked gitcitadel-online
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
105
Commits
1
Branch
0
Tags
18 MiB
JavaScript
45.7%
Go
25.4%
HTML
15.1%
CSS
13.2%
Dockerfile
0.5%
Tree:
c0754728ce
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'c0754728ce'
${ noResults }
gitcitadel-online
/
src
/
routes
/
repo
/
[repo_id]
/
+page.ts
5 lines
104 B
Raw
Blame
History
export
const
load
=
(
{
params
}
)
=
>
{
return
{
repo_id
:
decodeURIComponent
(
params
.
repo_id
)
,
}
}
Reference in new issue
Copy Permalink