This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
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
提交代码
pull/1425/head
ychao_1983
3 years ago
parent
fca6ddda3b
commit
76a1e6f7a3
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/org/course_list.tmpl
+1
-1
templates/org/home_courses.tmpl
+ 1
- 1
templates/org/course_list.tmpl
View File
@@ -128,7 +128,7 @@
<!-- <img class="ui avatar" style="width: 22px;height:22px;display:flex;vertical-align: middle;" src="{{.Creator.RelAvatarLink}}"> -->
<div class="left aligned author">
<!-- <span > -->
{{if
ne
.Creator
ID 0
}}
{{if .Creator}}
<img class="ui avatar image" style="width: 22px;height:22px;margin-top:-2px" src="{{.Creator.RelAvatarLink}}">
{{else}}
<img class="ui avatar image" style="width: 22px;height:22px;margin-top:-2px" src="{{.Owner.RelAvatarLink}}">
+ 1
- 1
templates/org/home_courses.tmpl
View File
@@ -169,7 +169,7 @@
<div class="content" style="margin-left: 10px;">
<a href="{{.Link}}"><strong class="team-name">{{.Alias}}</strong></a>
<p class="text grey">
{{if
ne
.Creator
ID 0
}}
{{if .Creator}}
贡献者:{{.Creator.Name}}
{{else}}
贡献者:{{.Owner.Name}}
Write
Preview
Loading…
Cancel
Save