From 156cdf316efd1353b3617234f38bc91591ccdde0 Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Fri, 5 Aug 2011 08:56:28 -0700 Subject: [PATCH] [#263] Remove duplicated updated label --- app/views/issues/show.rhtml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/issues/show.rhtml b/app/views/issues/show.rhtml index 533e35a2..9c583b29 100644 --- a/app/views/issues/show.rhtml +++ b/app/views/issues/show.rhtml @@ -16,7 +16,6 @@

<%= authoring @issue.created_on, @issue.author %>. - <%= l(:label_updated_time, time_tag(@issue.updated_on)) %> <% if @issue.created_on != @issue.updated_on %> <%= l(:label_updated_time, time_tag(@issue.updated_on)) %>. <% end %>