This commit is contained in:
Toks
2013-05-25 19:49:19 -04:00
parent 7c65598ff0
commit 77dfd91702
6 changed files with 9 additions and 10 deletions

View File

@@ -8,10 +8,6 @@
<div id="wiki-page-body" class="dtext prose">
<%= format_text(@wiki_page_version.body) %>
</div>
<% if CurrentUser.is_member? %>
<p><%= link_to "Revert to this version", revert_wiki_page_path(@wiki_page_version.wiki_page_id, :version_id => @wiki_page_version.id), :method => :put %></p>
<% end %>
</section>
</div>
</div>