1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 23:29:42 +02:00

Final tweaks to GitHub n Trello section

This commit is contained in:
EnesAlili 2016-09-30 01:07:32 +01:00
parent 26a548598b
commit 25b66f77a1
11 changed files with 69 additions and 67 deletions

View file

@ -71,7 +71,7 @@ const commitsTemplate = `
<table class="github-table" style="width: 100%;">
<thead>
<tr>
<th class="title">Commits <span>{{len .BranchCommits}} commits by {{.NumContributors}} contributors</span>
<th class="title">Commits <span>&middot; {{len .BranchCommits}} commits by {{.NumContributors}} contributors</span>
</th>
<th></th>
</tr>
@ -79,11 +79,11 @@ const commitsTemplate = `
<tbody>
{{range $commit := .BranchCommits}}
<tr>
<td style="no-width">
<td>
<a href="{{$commit.URL}}">{{$commit.Message}}</a>
<span class="dataid"> {{$commit.Branch}}</span>
<span class="data"> {{$commit.Branch}}</span>
</td>
<td style="text-align:right;">
<td class="right-column">
<div class="contributor-meta">
<img class="github-avatar" alt="@{{$commit.Name}}" src="{{$commit.Avatar}}" />
{{$commit.Name}}