This commit is contained in:
liumengyi
2022-11-03 14:37:41 +08:00
parent 5827759d8b
commit 98ceb83f84
+1 -1
View File
@@ -85,7 +85,7 @@ if($viewType == 'doc' or $viewType == 'api')
<div class="panel">
<div class="panel-heading">
<div class="panel-title"><?php echo $childTitle;?></div>
<?php if($app->tab == 'product'):?>
<?php if($app->tab == 'product' and $viewType == 'story'):?>
<div class="panel-actions btn-toolbar">
<?php echo html::a($this->createLink('tree', 'viewHistory', "productID=$rootID", '', true), $lang->history, '', "class='btn btn-sm btn-primary iframe'");?>
</div>