mirror of
https://github.com/documize/community.git
synced 2025-07-22 06:39:43 +02:00
responsive tweaks to github section
This commit is contained in:
parent
545b1cba71
commit
2154d01dcc
4 changed files with 6 additions and 7 deletions
|
@ -25,7 +25,7 @@ const commitsTemplate = `
|
|||
</p>
|
||||
|
||||
<div class="margin-top-20"></div>
|
||||
<table class="github-table no-width">
|
||||
<table class="github-table">
|
||||
<tbody>
|
||||
{{range $stats := .AuthorStats}}
|
||||
<tr>
|
||||
|
@ -65,7 +65,7 @@ const commitsTemplate = `
|
|||
{{if eq 1 .RepoCount}} repository. {{else}} repositories. {{end}}
|
||||
</p>
|
||||
<div class="margin-top-20"></div>
|
||||
<table class="github-table no-width">
|
||||
<table class="github-table">
|
||||
<tbody>
|
||||
{{range $commit := .BranchCommits}}
|
||||
<tr>
|
||||
|
|
|
@ -40,7 +40,7 @@ const (
|
|||
</p>
|
||||
|
||||
<div class="margin-top-20"></div>
|
||||
<table class="github-table no-width">
|
||||
<table class="github-table">
|
||||
<tbody>
|
||||
{{range $data := .Issues}}
|
||||
<tr>
|
||||
|
@ -54,7 +54,7 @@ const (
|
|||
</div>
|
||||
</td>
|
||||
<td><div class="margin-left-10"></div></td>
|
||||
<td class="no-width">
|
||||
<td>
|
||||
<div class="issue-name"><a href="{{$data.URL}}">{{$data.Message}} <span class="dataid"></span></a></div>
|
||||
<span class="milestone-meta">#{{$data.ID}} · {{$data.Repo}} · {{$data.Milestone}} · {{$data.Creator}} opened on {{$data.Date}}</span>
|
||||
<div>{{$data.Labels}}</div>
|
||||
|
|
|
@ -41,7 +41,7 @@ const (
|
|||
{{if eq 1 .RepoCount}} repository. {{else}} repositories. {{end}}
|
||||
</p>
|
||||
<div class="margin-top-20"></div>
|
||||
<table class="github-table no-width">
|
||||
<table class="github-table">
|
||||
<tbody>
|
||||
{{range $data := .Milestones}}
|
||||
<tr>
|
||||
|
@ -57,7 +57,7 @@ const (
|
|||
</div>
|
||||
</td>
|
||||
<td><div class="margin-left-10"></div></td>
|
||||
<td class="no-width">
|
||||
<td>
|
||||
<div class="milestone-name"><a class="link" href="{{$data.URL}}">{{$data.Name}}</a></div>
|
||||
<span class="milestone-meta">{{$data.Repo}}</span>
|
||||
{{if $data.IsMilestone}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue