summaryrefslogtreecommitdiff
path: root/rt/share/html/m/ticket/history
diff options
context:
space:
mode:
Diffstat (limited to 'rt/share/html/m/ticket/history')
-rw-r--r--rt/share/html/m/ticket/history4
1 files changed, 2 insertions, 2 deletions
diff --git a/rt/share/html/m/ticket/history b/rt/share/html/m/ticket/history
index 4293e2f1d..ac548af26 100644
--- a/rt/share/html/m/ticket/history
+++ b/rt/share/html/m/ticket/history
@@ -2,7 +2,7 @@
%#
%# COPYRIGHT:
%#
-%# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC
+%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC
%# <sales@bestpractical.com>
%#
%# (Except where explicitly superseded by other copyright notices)
@@ -61,7 +61,7 @@ my $history = $t->Transactions()->ItemsArrayRef;
% for my $entry (reverse @$history) {
<li>
<span class="age"><% $entry->CreatedObj->AgeAsString() %></span> -
-<& /Elements/ShowUser, User => $entry->CreatorObj &> -
+<& /Elements/ShowUser, User => $entry->CreatorObj, Link => 0 &> -
<%$entry->BriefDescription%>
% if ($entry->Type !~ /EmailRecord/) {
% if ($entry->ContentObj) {