diff --git a/company/templates/company/company_manage_bugs.html b/company/templates/company/company_manage_bugs.html index 86c9990c5..376ba2cc8 100644 --- a/company/templates/company/company_manage_bugs.html +++ b/company/templates/company/company_manage_bugs.html @@ -18,9 +18,67 @@ -
Manage Bugs
+Manage Bugs
+Description | +Created On | +Bug Type | +Status | ++ View + | +
---|---|---|---|---|
+ {{ issue.description|slice:":25" }}... + | +{{ issue.created|date:"F j, Y" }} | +{{ issue.get_label_display }} | ++ {% if issue.status == 'open' %} + Open + {% else %} + Closed + {% endif %} + | ++ View + | +
No Issues Found | +