summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/Views/Mods/Index.cshtml
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-10-27 20:37:42 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-10-27 20:37:42 -0400
commite94aaaf7c8dccd0910d6275860821b16c90ef6c6 (patch)
tree4021d2898698a2a44ee6899525e59c3f0c5f0845 /src/SMAPI.Web/Views/Mods/Index.cshtml
parentdb88738666ee28b11468ae986af5c0418bb4ee5a (diff)
downloadSMAPI-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.cshtml2
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>