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
more links
author
Akshay
date
2 years ago
(Feb 5, 2025, 5:24 PM UTC)
commit
6c146525
6c14652536d5db78cce208b00baf66a8cf214a2a
parent
510bb2d2
510bb2d20c7ddef4b5ed215a3194f60a11ca3cc6
+3
-2
3 changed files
Expand all
Collapse all
Unified
Split
appview
pages
knot.html
profile.html
timeline.html
+1
-1
appview/pages/knot.html
View file
Reviewed
···
24
24
<h3> members </h3>
25
25
<ol>
26
26
{{ range $.Members }}
27
27
-
<li>{{.}}</li>
27
27
+
<li><a href="/{{.}}">{{.}}</a></li>
28
28
{{ else }}
29
29
<p>no members</p>
30
30
{{ end }}
+1
-1
appview/pages/profile.html
View file
Reviewed
···
12
12
<code>knot: {{.Knot}}</code><br>
13
13
</li>
14
14
{{else}}
15
15
-
<p>you don't have any knots yet</p>
15
15
+
<p>does not have any repos yet</p>
16
16
{{end}}
17
17
</ul>
18
18
{{end}}
+1
appview/pages/timeline.html
View file
Reviewed
···
8
8
<a href="/settings">settings</a>
9
9
<a href="/knots">knots</a>
10
10
<a href="/repo/new">add repos</a>
11
11
+
<a href="/@{{ .User.Handle }}">my profile</a>
11
12
{{ else }}
12
13
<p>not logged in</p>
13
14
<a href="/login">login</a>