[#263] Remove duplicated updated label

pull/351/head
Eric Davis 13 years ago
parent 635923f90d
commit 156cdf316e
  1. 1
      app/views/issues/show.rhtml

@ -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 %>

Loading…
Cancel
Save