From: TheSaminator Date: Sat, 12 Feb 2022 16:57:45 +0000 (-0500) Subject: Improve ship buy page X-Git-Url: https://gitweb.starshipfights.net/?a=commitdiff_plain;h=15e9130a5761c1106e0dc375d20be7f577d1f9ff;p=starship-fights Improve ship buy page --- diff --git a/src/jvmMain/kotlin/starshipfights/info/views_user.kt b/src/jvmMain/kotlin/starshipfights/info/views_user.kt index ce6fe43..46b6d8f 100644 --- a/src/jvmMain/kotlin/starshipfights/info/views_user.kt +++ b/src/jvmMain/kotlin/starshipfights/info/views_user.kt @@ -627,7 +627,9 @@ suspend fun ApplicationCall.manageAdmiralPage(): HTML.() -> Unit { } buyableShips.forEach { st -> tr { - td { +st.fullDisplayName } + td { + a(href = "/info/${st.toUrlSlug()}") { +st.fullDisplayName } + } td { +st.weightClass.buyPrice.toString() +" Electro-Ducats"