We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bc9c3b commit ee2d747Copy full SHA for ee2d747
frontend/ui/src/app/artifacts/artifact-pulls/artifact-pulls.component.html
@@ -132,7 +132,7 @@
132
@if (pull.userAccountName || pull.userAccountEmail) {
133
{{ pull.userAccountName ?? pull.userAccountEmail }}
134
} @else {
135
- <span class="text-gray-500 dark:text-gray-400 italic">User deleted</span>
+ <span class="text-gray-500 dark:text-gray-400">-</span>
136
}
137
</td>
138
<td class="px-4 py-3 font-medium text-gray-900 whitespace-nowrap dark:text-white">
0 commit comments