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
Evaluate emojis in commit messages in list view (
#7906
)
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
master
Mario Lubenka
Lauris BH
5 years ago
parent
2d0b90c967
commit
08c63190c6
1 changed files
with
2 additions
and
2 deletions
Unified 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>
</span>
</td>
</td>
{{end}}
{{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>
<a href="{{$.RepoLink}}/commit/{{$commit.ID}}" title="{{$commit.Summary}}">{{$commit.Summary}}</a>
</span>
</span>
</td>
</td>
Write
Preview
Loading…
Cancel
Save