We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d532cd commit cd7269aCopy full SHA for cd7269a
company/templates/company/company_manage_bugs.html
@@ -58,7 +58,9 @@ <h2 class="mt-1 text-xl font-extrabold text-gray-500">Bugs</h2>
58
{% else %}
59
<tr class="bg-white border-b">
60
<th scope="row"
61
- class="px-6 py-4 font-medium text-red-500 whitespace-nowrap">No Issues Found</th>
+ class="px-6 py-4 font-medium text-red-500 whitespace-nowrap">
62
+ No Issues Found
63
+ </th>
64
</tr>
65
{% endif %}
66
</tbody>
0 commit comments