alpha
Login
or
Join now
alice.pds.demo.boltless.dev
/
core
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
2
Pulls
1
Pipelines
show repo links only if non-empty
author
Akshay
date
2 years ago
(Feb 13, 2025, 5:28 PM UTC)
commit
baea85cd
baea85cd5508a4b3d86ec65a3558446d4c4a13e1
parent
fe7a5e33
fe7a5e3304f0259101ac760f4bb8b5f0416b95e9
+3
1 changed file
Expand all
Collapse all
Unified
Split
appview
pages
templates
layouts
repobase.html
+3
appview/pages/templates/layouts/repobase.html
View file
Reviewed
···
10
10
<em>this repo has no description</em>
11
11
</div>
12
12
13
13
+
{{ with .IsEmpty }}
14
14
+
{{ else }}
13
15
<div id="repo-links">
14
16
<nav>
15
17
<a href="/{{ .RepoInfo.FullName }}">summary</a> ·
···
17
19
<a href="/{{ .RepoInfo.FullName }}/tags">tags</a>
18
20
</nav>
19
21
<div>
22
22
+
{{ end }}
20
23
21
24
{{ end }}
22
25