Skip to content

Commit cd7269a

Browse files
committed
integrate bugs List in company dashboard
1 parent 2d532cd commit cd7269a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

company/templates/company/company_manage_bugs.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ <h2 class="mt-1 text-xl font-extrabold text-gray-500">Bugs</h2>
5858
{% else %}
5959
<tr class="bg-white border-b">
6060
<th scope="row"
61-
class="px-6 py-4 font-medium text-red-500 whitespace-nowrap">No Issues Found</th>
61+
class="px-6 py-4 font-medium text-red-500 whitespace-nowrap">
62+
No Issues Found
63+
</th>
6264
</tr>
6365
{% endif %}
6466
</tbody>

0 commit comments

Comments
 (0)