diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-10-27 20:37:42 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-10-27 20:37:42 -0400 |
commit | e94aaaf7c8dccd0910d6275860821b16c90ef6c6 (patch) | |
tree | 4021d2898698a2a44ee6899525e59c3f0c5f0845 /src/SMAPI.Web/Views/Mods/Index.cshtml | |
parent | db88738666ee28b11468ae986af5c0418bb4ee5a (diff) | |
download | SMAPI-e94aaaf7c8dccd0910d6275860821b16c90ef6c6.tar.gz SMAPI-e94aaaf7c8dccd0910d6275860821b16c90ef6c6.tar.bz2 SMAPI-e94aaaf7c8dccd0910d6275860821b16c90ef6c6.zip |
update for changes to wiki compatibility list (#597)
Diffstat (limited to 'src/SMAPI.Web/Views/Mods/Index.cshtml')
-rw-r--r-- | src/SMAPI.Web/Views/Mods/Index.cshtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Web/Views/Mods/Index.cshtml b/src/SMAPI.Web/Views/Mods/Index.cshtml index b2ab61d7..b2e20c7a 100644 --- a/src/SMAPI.Web/Views/Mods/Index.cshtml +++ b/src/SMAPI.Web/Views/Mods/Index.cshtml @@ -71,7 +71,7 @@ <span v-html="mod.BetaCompatibility.Summary"></span> </div> </td> - <td class="mod-broke-in" v-html="mod.BrokeIn" v-show="showAllFields"></td> + <td class="mod-broke-in" v-html="mod.BetaCompatibility ? mod.BetaCompatibility.BrokeIn : mod.Compatibility.BrokeIn" v-show="showAllFields"></td> <td v-show="showAllFields"> <span v-if="mod.SourceUrl"><a v-bind:href="mod.SourceUrl">source</a></span> <span v-else class="mod-closed-source">no source</span> |