Show due date in dashboard issues list #8860

Merged
mrsdizzie merged 5 commits from fix-8859 into master 2019-11-07 20:12:24 +00:00
mrsdizzie commented 2019-11-06 22:07:34 +00:00 (Migrated from github.com)

Include due date when viewing all issues on dashboard (matching what we show for repo issue lists).

While here I added a tool tip and padding for the due date in the issue view and applied it evenly to both dashboard issue list and repo issue list so they are identical.

Fixes #8859

Include due date when viewing all issues on dashboard (matching what we show for repo issue lists). While here I added a tool tip and padding for the due date in the issue view and applied it evenly to both dashboard issue list and repo issue list so they are identical. Fixes #8859
6543 (Migrated from github.com) reviewed 2019-11-07 01:36:31 +00:00
6543 (Migrated from github.com) commented 2019-11-07 01:36:31 +00:00
									<span class="due_date poping up" data-content="{{$.i18n.Tr "repo.issues.due_date"}}" data-variation="tiny inverted" data-position="right center">
										<span class="octicon octicon-calendar"></span><span{{if .IsOverdue}} class="overdue"{{end}}>{{.DeadlineUnix.FormatShort}}</span>
```suggestion <span class="due_date poping up" data-content="{{$.i18n.Tr "repo.issues.due_date"}}" data-variation="tiny inverted" data-position="right center"> <span class="octicon octicon-calendar"></span><span{{if .IsOverdue}} class="overdue"{{end}}>{{.DeadlineUnix.FormatShort}}</span> ```
6543 (Migrated from github.com) reviewed 2019-11-07 01:37:19 +00:00
6543 (Migrated from github.com) commented 2019-11-07 01:37:19 +00:00
									</span>
```suggestion </span> ```
6543 (Migrated from github.com) reviewed 2019-11-07 01:38:47 +00:00
6543 (Migrated from github.com) commented 2019-11-07 01:38:47 +00:00

add add a 'padding-left: 5px;' to due_date so due_date and user dont stick together

add add a 'padding-left: 5px;' to due_date so due_date and user dont stick together
6543 (Migrated from github.com) requested changes 2019-11-07 01:39:16 +00:00
6543 (Migrated from github.com) left a comment

beside this: OK

beside this: OK
mrsdizzie (Migrated from github.com) reviewed 2019-11-07 04:46:30 +00:00
mrsdizzie (Migrated from github.com) commented 2019-11-07 04:46:30 +00:00

Sure, update the repo issues list to match as well

Sure, update the repo issues list to match as well
6543 (Migrated from github.com) approved these changes 2019-11-07 07:46:25 +00:00
guillep2k (Migrated from github.com) approved these changes 2019-11-07 15:48:03 +00:00
sapk (Migrated from github.com) approved these changes 2019-11-07 20:12:10 +00:00
This repo is archived. You cannot comment on pull requests.
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: lunny/gitea#8860
No description provided.