summaryrefslogtreecommitdiff
path: root/data/tpl/hist
diff options
context:
space:
mode:
Diffstat (limited to 'data/tpl/hist')
-rw-r--r--data/tpl/hist2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/tpl/hist b/data/tpl/hist
index 1ff87bd9..05780bb6 100644
--- a/data/tpl/hist
+++ b/data/tpl/hist
@@ -78,7 +78,7 @@
[[ for (@{$d{hist}}) { my $t = (qw|v r p|)[$_->{type}]; ]]-
<tr>
- <td class="tc1_1"><a href="/[[= $t.$_->{iid}.'.'.$_->{rev} ]]">[[= $t.$_->{iid} ]]</a></td>
+ <td class="tc1_1"><a href="/[[= $t.$_->{iid}.'.'.$_->{rev} ]]">[[= $_->{rev} == 1 ? "<b>$t$_->{iid}</b>" : $t.$_->{iid} ]]</a></td>
<td class="tc1_2"><a href="/[[= $t.$_->{iid}.'.'.$_->{rev} ]]">.[[= $_->{rev} == 1 ? '<b>'.$_->{rev}.'</b>' : $_->{rev} ]]</a></td>
<td class="tc2">[[= formatdate('%Y-%m-%d %R', $_->{added}, 'dh') ]]</td>
[[ if($d{type} ne 'u' || $d{act}) { ]]-