mirror of
https://github.com/documize/community.git
synced 2025-07-22 06:39:43 +02:00
Strip github tables from design
This commit is contained in:
parent
2c76644b23
commit
8183af4bb2
6 changed files with 87 additions and 118 deletions
|
@ -114,7 +114,7 @@ func getMilestones(client *gogithub.Client, config *githubConfig) ([]githubMiles
|
|||
dd := "No due date."
|
||||
if v.DueOn != nil {
|
||||
// TODO refactor to add message in red if the milestone is overdue
|
||||
dd = "Due on " + (*v.DueOn).Format(milestonesTimeFormat) + "."
|
||||
dd = "due on " + (*v.DueOn).Format(milestonesTimeFormat) + ""
|
||||
}
|
||||
up := ""
|
||||
if v.UpdatedAt != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue