wiki page work
This commit is contained in:
@@ -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 %>
|
||||
|
||||
@@ -6,5 +6,5 @@
|
||||
<% end %>
|
||||
</section>
|
||||
|
||||
<%= render "recent_changes" %>
|
||||
<%= render "wiki_pages/recent_changes" %>
|
||||
</aside>
|
||||
|
||||
1
app/views/wiki_pages/destroy.js.erb
Normal file
1
app/views/wiki_pages/destroy.js.erb
Normal file
@@ -0,0 +1 @@
|
||||
window.location.href = "/wiki_pages";
|
||||
Reference in New Issue
Block a user