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

Updated GitHub design. Still work in progress.

This commit is contained in:
EnesAlili 2016-08-25 14:24:08 +01:00
parent 288cfdbb59
commit 0a70bac5e6
7 changed files with 825 additions and 602 deletions

View file

@ -41,7 +41,7 @@ const (
<table class="issue-table" style="width: 100%;">
<thead>
<thead class="github">
<tr>
<th class="title">Repository</th>
<th class="title">Milestone</th>
@ -49,11 +49,11 @@ const (
</tr>
</thead>
<tbody>
<tbody class="github">
{{range $data := .Issues}}
<tr>
<td style="width: 20%;">{{$data.Repo}}</td>
<td style="width: 20%;">{{$data.Milestone}}</td>
<td style="width: 20%;"><span><a class="link" href="{{$data.URL}}">{{$data.Repo}}</a></span> {{if $data.Private}}(Private){{end}}</td>
<td style="width: 20%;"><span class="milestone">{{$data.Milestone}}</span></td>
<td style="width: 60%;">
<li class="github-commit-item">
<a class="link" href="{{$data.URL}}">