-
+
My mods
-
+
Notifications
-
+
Followed mods
@@ -23,26 +23,26 @@
$auth.user.role === 'admin' || $auth.user.role === 'moderator'
"
:to="'/dashboard/moderation'"
- class="tab last"
+ class="tab"
>
Moderation
-
+
Settings
-
+
Privacy settings
{{ this.$user.notifications.count }}
-
+
Log in
-
+
Privacy settings
diff --git a/pages/mod/_id/version/_version/index.vue b/pages/mod/_id/version/_version/index.vue
index 505bb609e..f679315d0 100644
--- a/pages/mod/_id/version/_version/index.vue
+++ b/pages/mod/_id/version/_version/index.vue
@@ -221,7 +221,7 @@ export default {
mounted() {
this.$emit('update:link-bar', [
['Versions', 'versions'],
- [this.version.name, 'versions/' + this.version.id],
+ [this.version.name, 'version/' + this.version.id],
])
},
methods: {
diff --git a/plugins/compiled-markdown-directive.js b/plugins/compiled-markdown-directive.js
index d1e905088..5c32f12fd 100644
--- a/plugins/compiled-markdown-directive.js
+++ b/plugins/compiled-markdown-directive.js
@@ -12,6 +12,7 @@ const options = {
h4: ['id'],
h5: ['id'],
h6: ['id'],
+ input: ['checked', 'disabled', 'type'],
iframe: ['width', 'height', 'allowfullscreen', 'frameborder'],
},
onIgnoreTagAttr: (tag, name, value) => {