We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f7e30a commit 07cddcaCopy full SHA for 07cddca
Wiki/Wiki.html
@@ -91,6 +91,9 @@
91
<b>Page Actions</b>
92
<button onclick="editPage(${page.id}, '${page.title}', '${page.body}')">✏️ Edit</button>
93
<button onclick="deletePage(${page.id})">🗑️ Delete</button>
94
+ <a href="https://scratch-coding-hut.github.io/Wiki/report-page">
95
+ <button>⛳️ Report</button>
96
+ </a>
97
</div>
98
</div>`;
99
});
0 commit comments