X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/1fe70eb6519ee21eae6cc4ba9df59b11dcef6466..88105d9c643519e02082ba9cc5044bb0dfdcb7b9:/app/views/browse/_common.rhtml
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 } %>