* Modify back btn.

This commit is contained in:
caoyanyi
2022-07-07 10:08:28 +08:00
parent b5a365422f
commit fc7404e096
+1 -1
View File
@@ -19,7 +19,7 @@
<h2><?php echo $lang->gitlab->importIssue;?></h2>
<?php if(!isonlybody() and empty($importable)):?>
<div class='pull-right'>
<?php echo html::linkButton($lang->goback, $this->createLink('repo', 'maintain'), 'self', '', 'btn btn-primary');?>
<?php echo html::backButton($lang->goback, "data-app='{$app->tab}'", 'btn btn-primary');?>
</div>
<?php endif;?>
</div>