forked from e621ng/e621ng
slight changes to wiki links (e621: & about: -> help:)
This commit is contained in:
parent
4928747b83
commit
0234362cb0
@ -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;
|
||||||
|
@ -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? %>
|
||||||
|
Loading…
Reference in New Issue
Block a user