slight changes to wiki links (e621: & about: -> help:)

This commit is contained in:
edshot99 2024-11-10 15:21:30 -06:00
parent 4928747b83
commit 0234362cb0
2 changed files with 2 additions and 2 deletions

View File

@ -392,7 +392,7 @@ let Note = {
$dialog.data("uiDialog")._title = function (title) { $dialog.data("uiDialog")._title = function (title) {
title.html(this.options.title); // Allow unescaped html in dialog title title.html(this.options.title); // Allow unescaped html in dialog title
}; };
$dialog.dialog("option", "title", "Edit note #" + id + " (<a href=\"/wiki_pages/e621:notes\">view help</a>)"); $dialog.dialog("option", "title", "Edit note #" + id + " (<a href=\"/wiki_pages/help:notes\">view help</a>)");
$dialog.on("dialogclose.danbooru", function () { $dialog.on("dialogclose.danbooru", function () {
Note.editing = false; Note.editing = false;

View File

@ -38,7 +38,7 @@
<% if post.is_pending? %> <% if post.is_pending? %>
<div class="notice notice-pending" id="pending-approval-notice"> <div class="notice notice-pending" id="pending-approval-notice">
<div class="notice-pending-status"> <div class="notice-pending-status">
This post is pending approval. (<%= link_to "learn more", wiki_pages_path(title: "about:mod_queue") %>) This post is pending approval. (<%= link_to "learn more", wiki_pages_path(title: "help:mod_queue") %>)
</div> </div>
<% if CurrentUser.can_approve_posts? %> <% if CurrentUser.can_approve_posts? %>