This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fix template error
tags/v1.21.12.1
Unknwon
10 years ago
parent
c0ebde7591
commit
64985c7faa
2 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
models/issue.go
+1
-1
templates/org/team/repositories.tmpl
+ 0
- 1
models/issue.go
View File
@@ -353,7 +353,6 @@ type IssueUser struct {
IsClosed bool
}
// FIXME: organization
func newIssueUsers(e *xorm.Session, repo *Repository, issue *Issue) error {
users, err := repo.GetAssignees()
if err != nil {
+ 1
- 1
templates/org/team/repositories.tmpl
View File
@@ -28,7 +28,7 @@
{{range .Team.Repos}}
<li class="collab">
{{if $canAddRemove}}
<a class="btn btn-small btn-red btn-radius right" href="{{$.OrgLink}}/teams/{{$.Team.LowerName}}/action/repo/remove?repoid={{.I
d
}}">{{$.i18n.Tr "org.teams.remove_repo"}}</a>
<a class="btn btn-small btn-red btn-radius right" href="{{$.OrgLink}}/teams/{{$.Team.LowerName}}/action/repo/remove?repoid={{.I
D
}}">{{$.i18n.Tr "org.teams.remove_repo"}}</a>
{{end}}
<a class="member" href="{{AppSubUrl}}/{{$.Org.Name}}/{{.Name}}">
<i class="octicon octicon-{{if .IsPrivate}}lock{{else if .IsFork}}repo-forked{{else if .IsMirror}}repo-clone{{else}}repo{{end}}"></i>
Write
Preview
Loading…
Cancel
Save