Update label to be more accurate
authorTheSaminator <TheSaminator@users.noreply.github.com>
Sun, 13 Feb 2022 13:36:41 +0000 (08:36 -0500)
committerTheSaminator <TheSaminator@users.noreply.github.com>
Sun, 13 Feb 2022 13:36:41 +0000 (08:36 -0500)
src/jvmMain/kotlin/starshipfights/info/views_user.kt

index d3df5a2a8325ceae979930cdfe42bcc64d395eb7..53e35cc425879528b5b9995cd39a61be2cebf158 100644 (file)
@@ -468,7 +468,7 @@ suspend fun ApplicationCall.admiralPage(): HTML.() -> Unit {
                                                td {
                                                        val opponent = recordOpponents[record.id]
                                                        if (opponent == null)
-                                                               +"N/A"
+                                                               +"(Deleted Admiral)"
                                                        else
                                                                a(href = "/admiral/${opponent.id}") {
                                                                        +opponent.fullName