X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/1fe70eb6519ee21eae6cc4ba9df59b11dcef6466..8a9261ea0749ce9bf714073542a017133de01378:/app/views/browse/_common.rhtml?ds=inline
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 } %>