* adjust show action.

This commit is contained in:
王怡栋
2021-08-10 14:06:35 +08:00
parent ceb74bf406
commit d0632b8ff3
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -87,7 +87,7 @@
<span class='label-action'><?php echo ' ' . $action->actionLabel;?></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);?>
<?php if($action->objectName) echo html::a($action->objectLink, $action->objectName);?>
</span>
</div>
</li>