[#263] Remove duplicated updated label

This commit is contained in:
Eric Davis 2011-08-05 08:56:28 -07:00
parent 635923f90d
commit 156cdf316e
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@
<p class="author">
<%= 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 %>