+9
-4
appview/pages/pages.go
+9
-4
appview/pages/pages.go
··················
+32
appview/pages/templates/layouts/repoBase.html
+32
appview/pages/templates/layouts/repoBase.html
···
+1
-5
appview/pages/templates/repo/branches.html
+1
-5
appview/pages/templates/repo/branches.html
+1
-1
appview/pages/templates/repo/commit.html
+1
-1
appview/pages/templates/repo/commit.html
+30
-35
appview/pages/templates/repo/index.html
+30
-35
appview/pages/templates/repo/index.html
···+<div><a href="/{{ $.RepoInfo.FullName }}/commit/{{ .Hash.String }}" class="commit-hash">{{ slice .Hash.String 0 8 }}</a></div>+{{ .Author.Name }} <a href="mailto:{{ .Author.Email }}" class="commit-email">{{ .Author.Email }}</a>-<div><a href="/{{ $.RepoInfo.FullName }}/commit/{{ .Hash.String }}" class="commit-hash">{{ slice .Hash.String 0 8 }}</a></div>-{{ .Author.Name }} <a href="mailto:{{ .Author.Email }}" class="commit-email">{{ .Author.Email }}</a>
+3
appview/state/repo.go
+3
appview/state/repo.go
·········