Source view for Revisions

This commit is contained in:
Jacques Distler 2011-08-27 21:58:14 -05:00
parent 2801421969
commit 66f62bac1f
6 changed files with 17 additions and 2 deletions

View file

@ -22,5 +22,10 @@
<div class="navigation navfoot">
<%= raw navigation_menu_for_revision.join(' | ') %>
<span class="views">
| View:
<%= link_to 'Source', {:web => @web.address, :action => 'source', :id => @page.name, :rev => @revision_number},
{:id => 'view_source', :rel => 'nofollow' } %>
</span>
<%= render :partial => 'inbound_links' %>
</div>

View file

@ -57,7 +57,7 @@ window.onload = function (){
<body>
<div id="Container">
<textarea id='content' readonly=' readonly' rows='24' cols='60' ><%= h(@page.content.purify) %></textarea>
<textarea id='content' readonly=' readonly' rows='24' cols='60' ><%= (@revision ? @revision.content : @page.content).purify %></textarea>
</div> <!-- Container -->
</body>