mirror of
https://github.com/go-gitea/gitea
synced 2025-08-05 00:58:19 +00:00
fix #711
This commit is contained in:
@@ -112,7 +112,7 @@
|
||||
</td>
|
||||
|
||||
<td class="lines-code">
|
||||
<pre>{{ToUtf8 .Content}}</pre>
|
||||
<pre>{{.Content}}</pre>
|
||||
</td>
|
||||
</tr>
|
||||
{{end}}
|
||||
|
@@ -1,7 +1,7 @@
|
||||
<table id="repo-files-table" class="table-border table-block table-radius">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="4" class="clear">
|
||||
<th colspan="5" class="clear">
|
||||
<span class="author left">
|
||||
{{if .LastCommitUser}}
|
||||
<img class="avatar-24 radius" src="{{.LastCommitUser.AvatarLink}}" />
|
||||
|
Reference in New Issue
Block a user