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 empty repo state
author
Akshay
date
2 years ago
(Feb 11, 2025, 1:22 PM UTC)
commit
c768a04c
c768a04ca9fa052b41bf7cbbd412d8e7fae66304
parent
1fc6db2a
1fc6db2a370e37a116796ac318e5aec54494f171
+4
1 changed file
Expand all
Collapse all
Unified
Split
appview
pages
templates
repo
index.html
+4
appview/pages/templates/repo/index.html
View file
Reviewed
···
6
6
{{ .RepoInfo.OwnerWithAt }} / {{ .RepoInfo.Name }}
7
7
</h1>
8
8
<main>
9
9
+
{{- if .IsEmpty }}
10
10
+
this repo is empty
11
11
+
{{ else }}
9
12
<div class="log">
10
13
{{ range .Commits }}
11
14
<div>
···
23
26
<article class="readme">
24
27
{{- .Readme -}}
25
28
</article>
29
29
+
{{- end -}}
26
30
{{- end -}}
27
31
28
32
<div class="clone-url">