This commit is contained in:
albert
2013-03-22 10:24:01 -07:00
parent 8bfd7b408f
commit 87edfd52b1
4 changed files with 20 additions and 1 deletions

View File

@@ -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">