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
hr between commits
author
Akshay
date
2 years ago
(Feb 11, 2025, 10:21 AM UTC)
commit
1fc6db2a
1fc6db2a370e37a116796ac318e5aec54494f171
parent
ceae5a39
ceae5a396826bfd20db516fede20eb36517b3c66
+2
2 changed files
Expand all
Collapse all
Unified
Split
appview
pages
templates
repo
index.html
log.html
+1
appview/pages/templates/repo/index.html
View file
Reviewed
···
16
16
{{ .Author.Name }} <a href="mailto:{{ .Author.Email }}" class="commit-email">{{ .Author.Email }}</a>
17
17
<div>{{ .Author.When.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}</div>
18
18
</div>
19
19
+
<hr />
19
20
{{ end }}
20
21
</div>
21
22
{{- if .Readme }}
+1
appview/pages/templates/repo/log.html
View file
Reviewed
···
16
16
{{ .Author.Name }} <a href="mailto:{{ .Author.Email }}" class="commit-email">{{ .Author.Email }}</a>
17
17
<div>{{ .Author.When.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}</div>
18
18
</div>
19
19
+
<hr />
19
20
{{ end }}
20
21
</div>
21
22
</main>