This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fix app suburl in feeds
for-closed-social
Unknwon
9 years ago
parent
d015d951bd
commit
aede5cdb04
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
gogs.go
+1
-1
templates/.VERSION
+1
-1
templates/user/dashboard/feeds.tmpl
+ 1
- 1
gogs.go
View File
@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const
APP_VER
=
"0.6.4.080
8
Beta"
const
APP_VER
=
"0.6.4.080
9
Beta"
func
init
(
)
{
runtime
.
GOMAXPROCS
(
runtime
.
NumCPU
(
)
)
+ 1
- 1
templates/.VERSION
View File
@ -1 +1 @@
0.6.4.080
8
Beta
0.6.4.080
9
Beta
+ 1
- 1
templates/user/dashboard/feeds.tmpl
View File
@ -30,7 +30,7 @@
{{range
$
push
.
Commits
}}
<li><img class="avatar-16" src="{{AvatarLink .AuthorEmail}}?s=16"> <a href="{{
$
repoLink
}}/commit/{{.Sha1}}">{{ShortSha .Sha1}}</a> <span class="text-truncate grid-4-5">{{.Message}}</span></li>
{{end}}
{{if
$
push
.
CompareUrl
}}<li><a href="{{
$.
AppSubUrl}}/{{
$
push
.
CompareUrl
}}">{{$.i18n.Tr "action.compare_2_commits"}} »</a></li>{{end}}
{{if
$
push
.
CompareUrl
}}<li><a href="{{AppSubUrl}}/{{
$
push
.
CompareUrl
}}">{{$.i18n.Tr "action.compare_2_commits"}} »</a></li>{{end}}
</ul>
</div>
{{else if eq .GetOpType 6}}
Write
Preview
Loading…
Cancel
Save