ソースを参照

Fix reply octicon (#11821)

Signed-off-by: jolheiser <john.olheiser@gmail.com>
tags/v1.13.0-rc1
John Olheiser 4年前
コミット
aaff47ad75
コミッターのメールアドレスに関連付けられたアカウントが存在しません
2個のファイルの変更2行の追加2行の削除
  1. 1
    1
      templates/repo/view_list.tmpl
  2. 1
    1
      web_src/less/_repository.less

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

@@ -36,7 +36,7 @@
<tbody>
{{if .HasParentPath}}
<tr class="has-parent">
<td colspan="3">{{svg "octicon-mail-reply" 16}}<a href="{{EscapePound .BranchLink}}{{.ParentPath}}">..</a></td>
<td colspan="3">{{svg "octicon-reply" 16}}<a href="{{EscapePound .BranchLink}}{{.ParentPath}}">..</a></td>
</tr>
{{end}}
{{range $item := .Files}}

+ 1
- 1
web_src/less/_repository.less ファイルの表示

@@ -318,7 +318,7 @@
margin-right: 5px;
color: #777777;

&.octicon-mail-reply {
&.octicon-reply {
margin-right: 10px;
}


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