[#263] Remove duplicated updated label
This commit is contained in:
parent
635923f90d
commit
156cdf316e
@ -16,7 +16,6 @@
|
|||||||
|
|
||||||
<p class="author">
|
<p class="author">
|
||||||
<%= authoring @issue.created_on, @issue.author %>.
|
<%= authoring @issue.created_on, @issue.author %>.
|
||||||
<%= l(:label_updated_time, time_tag(@issue.updated_on)) %>
|
|
||||||
<% if @issue.created_on != @issue.updated_on %>
|
<% if @issue.created_on != @issue.updated_on %>
|
||||||
<%= l(:label_updated_time, time_tag(@issue.updated_on)) %>.
|
<%= l(:label_updated_time, time_tag(@issue.updated_on)) %>.
|
||||||
<% end %>
|
<% end %>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user