ソースを参照

Evaluate emojis in commit messages in list view (#7906)

Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
tags/v1.10.0-rc1
Mario Lubenka 4年前
コミット
08c63190c6
1個のファイルの変更2行の追加2行の削除
  1. 2
    2
      templates/repo/view_list.tmpl

+ 2
- 2
templates/repo/view_list.tmpl ファイルの表示

@@ -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>

読み込み中…
キャンセル
保存