summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/Views
diff options
context:
space:
mode:
Diffstat (limited to 'src/SMAPI.Web/Views')
-rw-r--r--src/SMAPI.Web/Views/Mods/Index.cshtml2
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>