Explorar el Código

Fix reply octicon (#11821)

Signed-off-by: jolheiser <john.olheiser@gmail.com>
tags/v1.13.0-rc1
John Olheiser hace 4 años
padre
commit
aaff47ad75
No account linked to committer's email address
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1
    1
      templates/repo/view_list.tmpl
  2. 1
    1
      web_src/less/_repository.less

+ 1
- 1
templates/repo/view_list.tmpl Ver fichero

<tbody> <tbody>
{{if .HasParentPath}} {{if .HasParentPath}}
<tr class="has-parent"> <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> </tr>
{{end}} {{end}}
{{range $item := .Files}} {{range $item := .Files}}

+ 1
- 1
web_src/less/_repository.less Ver fichero

margin-right: 5px; margin-right: 5px;
color: #777777; color: #777777;


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



Cargando…
Cancelar
Guardar