fixes #2716: Wiki pages should be undeletable
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
<% if @wiki_page.is_locked? %>
|
||||
(locked)
|
||||
<% end %>
|
||||
|
||||
<% if @wiki_page.is_deleted? %>
|
||||
(deleted)
|
||||
<% end %>
|
||||
</h1>
|
||||
|
||||
<div id="wiki-page-body" class="prose">
|
||||
|
||||
Reference in New Issue
Block a user