fixes #975
This commit is contained in:
@@ -4,6 +4,13 @@
|
||||
|
||||
<section id="content">
|
||||
<h1>New Wiki Page</h1>
|
||||
|
||||
<% if @wiki_page.title.present? %>
|
||||
<div class="ui-corner-all ui-state-highlight notice">
|
||||
This wiki page does not yet exist. The form below will allow you to create a new page for <%= @wiki_page.title %>. It will act as an explanation on how to use the tag for other users on the site.
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
<%= render "form" %>
|
||||
|
||||
<div id="wiki-page-posts">
|
||||
|
||||
Reference in New Issue
Block a user