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 9817c6d commit 0345599Copy full SHA for 0345599
src/Wiki/sitemaplinks.html
@@ -232,6 +232,8 @@ <h3>${wiki.title}</h3>
232
<div class="button-container">
233
${username && isOwnerOrAdmin(wiki.owner) ? `<button class="edit" onclick="editWiki('${wiki.title}')">Edit</button>` : ''}
234
${username && isOwnerOrAdmin(wiki.owner) ? `<button class="delete" onclick="deleteWiki(${wiki.id})">Delete</button>` : ''}
235
+ <a href="scratch-coding-hut.netlify.app/wiki/report">
236
+ <button>Report</button>
237
</div>
238
`;
239
wikiList.appendChild(li);
0 commit comments