1
1
mirror of https://github.com/go-gitea/gitea synced 2025-12-05 12:28:26 +00:00

change css name style

This commit is contained in:
FuXiaoHei
2014-03-25 18:44:37 +08:00
parent 6e33e54e71
commit 2a2f025388
43 changed files with 214 additions and 210 deletions

View File

@@ -1,6 +1,6 @@
{{template "base/head" .}}
{{template "base/navbar" .}}
<div class="container" id="gogs-body">
<div class="container" id="body">
<ul>
{{range .Repos}}
<li>{{.Name}} stars: {{.NumStars}} forks: {{.NumForks}} watches:{{.NumWatchs}}</li>