mirror of
https://github.com/documize/community.git
synced 2025-07-24 07:39:43 +02:00
Removed debug and cleaned up commits table
This commit is contained in:
parent
8d3033cc11
commit
26a548598b
3 changed files with 7 additions and 7 deletions
|
@ -81,13 +81,13 @@ const commitsTemplate = `
|
|||
<tr>
|
||||
<td style="no-width">
|
||||
<a href="{{$commit.URL}}">{{$commit.Message}}</a>
|
||||
<span class="dataid"> {{$commit.Branch}}</span>
|
||||
</td>
|
||||
<td style="text-align:right;">
|
||||
<div class="contributor-meta">
|
||||
<img class="github-avatar" alt="@{{$commit.Name}}" src="{{$commit.Avatar}}" />
|
||||
{{$commit.Name}}
|
||||
{{if $commit.ShowDate}} · {{$commit.Date}} {{end}}
|
||||
{{if $commit.ShowBranch}} · {{$commit.Repo}}:<span class="bold">{{$commit.Branch}}</span>{{end}}
|
||||
· {{$commit.Date}}
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue