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