wiki page work

This commit is contained in:
albert
2011-03-11 17:02:27 -05:00
parent 851d1fa26d
commit 7dd345ca75
11 changed files with 77 additions and 78 deletions

View File

@@ -14,5 +14,9 @@
<% end %>
<% end %>
<% end %>
<% if @wiki_page_version %>
<li>|</li>
<li><%= link_to "Current", wiki_page_path(@wiki_page_version.wiki_page_id) %></li>
<% end %>
</menu>
<% end %>

View File

@@ -6,5 +6,5 @@
<% end %>
</section>
<%= render "recent_changes" %>
<%= render "wiki_pages/recent_changes" %>
</aside>

View File

@@ -0,0 +1 @@
window.location.href = "/wiki_pages";