mirror of
https://github.com/documize/community.git
synced 2025-07-22 06:39:43 +02:00
github UI tidy
This commit is contained in:
parent
9e39153108
commit
bf1b75a527
8 changed files with 214 additions and 247 deletions
|
@ -111,7 +111,7 @@ func getMilestones(client *gogithub.Client, config *githubConfig) ([]githubMiles
|
|||
}
|
||||
}
|
||||
if include {
|
||||
dd := "No due date."
|
||||
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) + ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue