mirror of
https://github.com/documize/community.git
synced 2025-07-25 08:09:43 +02:00
fix Github section milestone URL and blank commit messages
This commit is contained in:
parent
bb429bc687
commit
545b1cba71
3 changed files with 23 additions and 25 deletions
|
@ -73,9 +73,7 @@ const commitsTemplate = `
|
|||
<img class="github-avatar" alt="@{{$commit.Name}}" src="{{$commit.Avatar}}" />
|
||||
</td>
|
||||
<td>
|
||||
{{if $commit.ShowUser}}
|
||||
<div class="contributor-name"><a href="{{$commit.URL}}">{{$commit.Message}}</a></div>
|
||||
{{end}}
|
||||
<div class="contributor-name"><a href="{{$commit.URL}}">{{$commit.Message}}</a></div>
|
||||
<div class="contributor-meta">
|
||||
{{$commit.Name}}
|
||||
{{if $commit.ShowDate}} · {{$commit.Date}} {{end}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue