From 449567e9a676321681cbb4f8c244502172e8c261 Mon Sep 17 00:00:00 2001 From: Christopher Schmidt Date: Sun, 20 Apr 2008 16:26:13 +0000 Subject: [PATCH] link to html history --- app/views/browse/_common.rhtml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/browse/_common.rhtml b/app/views/browse/_common.rhtml index 83dadd641..f237bfe15 100644 --- a/app/views/browse/_common.rhtml +++ b/app/views/browse/_common.rhtml @@ -7,6 +7,7 @@ Deleted <% if obj.visible %>
  • <%= link_to h("API"), :controller => type, :action => "read", :id => obj.id %>
  • <% end %> -
  • <%= link_to h("History"), :controller => "old_" + type, :action => "history", :id => obj.id %>
  • +
  • <%= link_to h("History"), :controller => "old_" + type, :action => "history", :id => obj.id %> + (<%= link_to h("HTML"), :action => type+"_history", :id => obj.id %>)
  • <%= render :partial => 'common_editedby', :locals => { :obj => obj } %> -- 2.43.2