diff options
Diffstat (limited to 'app/views/issues/show.rhtml')
-rw-r--r-- | app/views/issues/show.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/show.rhtml b/app/views/issues/show.rhtml index 6be93d483..865810f42 100644 --- a/app/views/issues/show.rhtml +++ b/app/views/issues/show.rhtml @@ -8,7 +8,7 @@ <h2><%= @issue.tracker.name %> #<%= @issue.id %>: <%=h @issue.subject %></h2> <p class="author"> - <%= l(:label_added_time_by, distance_of_time_in_words(Time.now, @issue.created_on), link_to_user(@issue.author)) %>. + <%= authoring @issue.created_on, @issue.author %>. <%= l(:label_updated_time, distance_of_time_in_words(Time.now, @issue.updated_on)) if @issue.created_on != @issue.updated_on %>. </p> <div class="box"> |