implemented javascripts for wiki pages

This commit is contained in:
albert
2011-03-11 16:29:24 -05:00
parent 2549d643f3
commit ccb2def7d7
9 changed files with 555 additions and 3 deletions

View File

@@ -4,6 +4,10 @@
<section id="content">
<h1 id="wiki-page-title"><%= @wiki_page.pretty_title %> (Editing)</h1>
<div id="preview" class="wiki-page-body">
</div>
<%= simple_form_for(@wiki_page) do |f| %>
<%= render :partial => "form", :locals => {:f => f} %>
<% end %>