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
fix repo base layout
author
Akshay
date
2 years ago
(Feb 13, 2025, 9:47 AM UTC)
commit
fe7a5e33
fe7a5e3304f0259101ac760f4bb8b5f0416b95e9
parent
00ca8d70
00ca8d70a58623f62e18a6624a9fa01d60826ac9
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
appview
pages
pages.go
+1
-1
appview/pages/pages.go
View file
Reviewed
···
87
87
}
88
88
89
89
func (p *Pages) executeRepo(name string, w io.Writer, params any) error {
90
90
-
return p.t[name].ExecuteTemplate(w, "layouts/repoBase", params)
90
90
+
return p.t[name].ExecuteTemplate(w, "layouts/repobase", params)
91
91
}
92
92
93
93
func (p *Pages) Login(w io.Writer, params LoginParams) error {