[#263] Remove duplicated updated label
This commit is contained in:
parent
635923f90d
commit
156cdf316e
|
@ -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…
Reference in New Issue