This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
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
Evaluate emojis in commit messages in list view (
#7906
)
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
tags/v1.11.0-dev
Mario Lubenka
Lauris BH
6 years ago
parent
26e7c7dbe3
commit
dc88a9cde3
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
templates/repo/view_list.tmpl
+ 2
- 2
templates/repo/view_list.tmpl
View File
@@ -81,8 +81,8 @@
</span>
</td>
{{end}}
<td class="message
has-emoji
">
<span class="truncate">
<td class="message">
<span class="truncate
has-emoji
">
<a href="{{$.RepoLink}}/commit/{{$commit.ID}}" title="{{$commit.Summary}}">{{$commit.Summary}}</a>
</span>
</td>
Write
Preview
Loading…
Cancel
Save