From f7d4a9181b923f2aa213ee3816fa69ac7d095505 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sun, 30 Jun 2019 16:55:55 -0400 Subject: move 1.4 compatibility into advanced until it's publicly available, change "SDV beta only" to use version (#638) --- src/SMAPI.Web/Views/Mods/Index.cshtml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/SMAPI.Web') diff --git a/src/SMAPI.Web/Views/Mods/Index.cshtml b/src/SMAPI.Web/Views/Mods/Index.cshtml index 8d3f6d98..8293fbe2 100644 --- a/src/SMAPI.Web/Views/Mods/Index.cshtml +++ b/src/SMAPI.Web/Views/Mods/Index.cshtml @@ -18,18 +18,18 @@ } -
-

This page shows all known SMAPI mods and (incompatible) content packs, whether they work with the latest versions of Stardew Valley and SMAPI, and how to fix them if not. If a mod doesn't work after following the instructions below, check the troubleshooting guide or ask for help.

+
+
+

This page shows all known SMAPI mods and (incompatible) content packs, whether they work with the latest versions of Stardew Valley and SMAPI, and how to fix them if not. If a mod doesn't work after following the instructions below, check the troubleshooting guide or ask for help.

-

The list is updated every few days (you can help update it!). It doesn't include XNB mods (see using XNB mods on the wiki instead) or compatible content packs.

+

The list is updated every few days (you can help update it!). It doesn't include XNB mods (see using XNB mods on the wiki instead) or compatible content packs.

- @if (Model.BetaVersion != null) - { -

Note: "SDV beta only" lines are for an unreleased version of the game (@Model.BetaVersion), not the stable version most players have. If a mod doesn't have a "SDV beta only" line, the info applies to both versions of the game.

- } -
+ @if (Model.BetaVersion != null) + { +

Note: "SDV @Model.BetaVersion only" lines are for an unreleased version of the game, not the stable version most players have. If a mod doesn't have that line, the info applies to both versions of the game.

+ } +
-
@@ -80,8 +80,8 @@
-
- SDV beta only: +
+ SDV @Model.BetaVersion only:
⚠ {{warning}}
-- cgit