From ce55c988d1a7e7e5b622b2437e1249726536a367 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Mon, 14 Jan 2019 22:02:19 -0500 Subject: update mod compatibility list to recognise SMAPI 3.0 URLs for non-soon statuses --- src/SMAPI.Web/Views/Mods/Index.cshtml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'src/SMAPI.Web/Views') diff --git a/src/SMAPI.Web/Views/Mods/Index.cshtml b/src/SMAPI.Web/Views/Mods/Index.cshtml index a6c94cf1..92637f01 100644 --- a/src/SMAPI.Web/Views/Mods/Index.cshtml +++ b/src/SMAPI.Web/Views/Mods/Index.cshtml @@ -93,12 +93,10 @@ no source - + + {{mod.Smapi3DisplayText}} + + # -- cgit From 1556a04a5470d520970bdf0c19f786d02e51bc7f Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Fri, 25 Jan 2019 15:12:14 -0500 Subject: add beta status filter to compatibility list --- src/SMAPI.Web/Views/Mods/Index.cshtml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/SMAPI.Web/Views') diff --git a/src/SMAPI.Web/Views/Mods/Index.cshtml b/src/SMAPI.Web/Views/Mods/Index.cshtml index 92637f01..a30a0048 100644 --- a/src/SMAPI.Web/Views/Mods/Index.cshtml +++ b/src/SMAPI.Web/Views/Mods/Index.cshtml @@ -4,15 +4,16 @@ ViewData["Title"] = "SMAPI mod compatibility"; } @section Head { - + - + } @@ -39,7 +40,7 @@
- {{key}}: + {{filterGroup.label}}:
-- cgit