diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-07-14 22:27:00 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-14 18:52:14 -0400 |
commit | 1bf399ec23368a0666203298768a4b24b63d6a88 (patch) | |
tree | a13d04ee3e99240cfb0c8c67988f761e73d68d44 /src/SMAPI.Web/Views | |
parent | 48f211f5447ec7580b9f9bba63eab0ec6b1ec5c7 (diff) | |
download | SMAPI-1bf399ec23368a0666203298768a4b24b63d6a88.tar.gz SMAPI-1bf399ec23368a0666203298768a4b24b63d6a88.tar.bz2 SMAPI-1bf399ec23368a0666203298768a4b24b63d6a88.zip |
add dev note field to compatibility list
Diffstat (limited to 'src/SMAPI.Web/Views')
-rw-r--r-- | src/SMAPI.Web/Views/Mods/Index.cshtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/SMAPI.Web/Views/Mods/Index.cshtml b/src/SMAPI.Web/Views/Mods/Index.cshtml index 2bc135c3..2d45a64d 100644 --- a/src/SMAPI.Web/Views/Mods/Index.cshtml +++ b/src/SMAPI.Web/Views/Mods/Index.cshtml @@ -98,6 +98,8 @@ <template v-for="(link, i) in mod.MetadataLinks"> <a v-bind:href="link.Item1">{{link.Item2}}</a> </template> + + <abbr v-bind:title="mod.DevNote" v-show="mod.DevNote">[dev note]</abbr> </span> </small> </td> |