* Finish task #6303.

This commit is contained in:
Yagami
2019-09-02 15:53:08 +08:00
parent f0702a44a9
commit 626ac77395
3 changed files with 3 additions and 5 deletions
+1 -2
View File
@@ -72,8 +72,7 @@ js::set('oldResolvedBuild' , $bug->resolvedBuild);
<?php
echo html::hidden('lastEditedDate', $bug->lastEditedDate);
echo html::submitButton();
$browseLink = $app->session->bugList != false ? $app->session->bugList : inlink('browse', "productID=$bug->product");
echo html::linkButton($lang->goback, $browseLink, 'self', '', "btn btn-wide");
echo html::backButton();
?>
</div>
<hr class='small' />