* Correct link in gitlab view.

This commit is contained in:
dingguodong
2021-07-15 09:52:05 +08:00
parent bf17874e41
commit ef1b0dbb90
+1 -1
View File
@@ -44,7 +44,7 @@
<th></th>
<td class='text-center form-actions' colspan='2'>
<?php echo html::submitButton($lang->save);?>
<?php if(!isonlybody()) echo html::a(inlink('browse', ""), $lang->goback, '', 'class="btn btn-wide"'); ?>
<?php if(!isonlybody()) echo html::a($this->createLink('repo', 'maintain', ""), $lang->goback, '', 'class="btn btn-wide"'); ?>
</td>
</tr>
</tfoot>