diff --git a/templates/views/project.html b/templates/views/project.html index e8585b8..7cf483e 100644 --- a/templates/views/project.html +++ b/templates/views/project.html @@ -107,24 +107,29 @@ - - + + + - - + +
TitleNameurlLabelsMilestoneUser
-
+ {{issue.title}} -
-
- - {{issue.user.login}} - - Link + + + {{label.name}} + + + + {{issue.milestone.title}} + + + {{issue.user.login}}