|
|
@ -681,8 +681,8 @@ var repoTmpl = template.Must(template.New("").Funcs(repoFuncs).Parse(`<!doctype
|
|
681
|
681
|
{{ range $file := .Repo.Commit.Files false }}
|
|
682
|
682
|
<tr class="file">
|
|
683
|
683
|
<td class="file-name file-type-{{ $file.Type }}">{{ $file.Name }}</td>
|
|
684
|
|
<td class="file-commit">{{ $file.Commit.Summary }}</td>
|
|
685
|
|
<td class="file-date">{{ $file.Commit.Date.PrettyString }}</td>
|
|
|
684
|
<td class="file-commit" title="{{ $file.Commit.Description }}">{{ $file.Commit.Summary }}</td>
|
|
|
685
|
<td class="file-date" title="{{ $file.Commit.Date }}">{{ $file.Commit.Date.PrettyString }}</td>
|
|
686
|
686
|
</tr>
|
|
687
|
687
|
{{ end }}
|
|
688
|
688
|
</table>
|