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
#159
for-closed-social
Unknown
10 years ago
parent
3e856928a2
commit
a9e6d49dc6
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
gogs.go
+1
-1
routers/repo/issue.go
+ 1
- 1
gogs.go
View File
@ -20,7 +20,7 @@ import (
// Test that go1.2 tag above is included in builds. main.go refers to this definition.
const
go12tag
=
true
const
APP_VER
=
"0.3.2.050
1
Alpha"
const
APP_VER
=
"0.3.2.050
2
Alpha"
func
init
(
)
{
base
.
AppVer
=
APP_VER
+ 1
- 1
routers/repo/issue.go
View File
@ -294,5 +294,5 @@ func Comment(ctx *middleware.Context, params martini.Params) {
}
}
ctx
.
Redirect
(
fmt
.
Sprintf
(
"
/%s/
%s/issues/%d"
,
ctx
.
User
.
Name
,
ctx
.
Repo
.
Repo
sitory
.
Name
,
index
)
)
ctx
.
Redirect
(
fmt
.
Sprintf
(
"%s/issues/%d"
,
ctx
.
Repo
.
Repo
Link
,
index
)
)
}
Write
Preview
Loading…
Cancel
Save