* Finish task #5610.

This commit is contained in:
Yagami
2019-05-30 15:01:38 +08:00
parent 66e4e3baf1
commit fe465ed8d6
4 changed files with 65 additions and 65 deletions
+1 -1
View File
@@ -67,7 +67,7 @@
<span class="timeline-tag"><?php echo $action->time?></span>
<span class="timeline-text">
<?php echo zget($users, $action->actor) . ' ' . $action->actionLabel;?>
<span class="text-muted"><?php echo $action->objectLabel;?></span>
<span class="text"><?php echo $action->objectLabel;?></span>
<span class="label label-id"><?php echo $action->objectID;?></span>
<?php echo html::a($action->objectLink, $action->objectName);?>
</span>