From e78d014be9b7c1d4f705f116f69ed1c473d3fa55 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 8 Dec 2010 12:44:19 +0000 Subject: [PATCH 1/1] Make sure deleted relations are crossed out when browsing a changeset --- app/views/browse/_changeset_details.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/browse/_changeset_details.html.erb b/app/views/browse/_changeset_details.html.erb index 6e3cbdb2e..9fb9cb860 100644 --- a/app/views/browse/_changeset_details.html.erb +++ b/app/views/browse/_changeset_details.html.erb @@ -84,7 +84,7 @@ <% @relations.each do |relation| %> - + <% end %>
<%= link_to h(printable_name(relation, true)), { :action => "relation", :id => relation.id.to_s }, :class => "relation " %>
<%= link_to h(printable_name(relation, true)), { :action => "relation", :id => relation.id.to_s }, :class => link_class('relation', relation), :title => link_title(relation) %>
-- 2.43.2