1
0
Fork 0
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:
EnesAlili 2016-09-29 14:43:50 +01:00
parent 8d3033cc11
commit 26a548598b
3 changed files with 7 additions and 7 deletions

View file

@ -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}} &middot; {{$commit.Date}} {{end}}
{{if $commit.ShowBranch}} &middot; {{$commit.Repo}}:<span class="bold">{{$commit.Branch}}</span>{{end}}
&middot; {{$commit.Date}}
</div>
</td>
</tr>