* Adjust code style

This commit is contained in:
zenggang
2021-11-16 02:40:25 +00:00
parent f1de062231
commit cfb84bb856
9 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -70,7 +70,7 @@
<th></th>
<td class='text-center form-actions'>
<?php echo html::submitButton();?>
<?php if(!isonlybody()) echo html::a(inlink('groupbrowse', "gitlabID=$gitlabID"), $lang->goback, '', 'class="btn btn-wide"');?>
<?php if(!isonlybody()) echo html::a(inlink('browseGroup', "gitlabID=$gitlabID"), $lang->goback, '', 'class="btn btn-wide"');?>
</td>
</tr>
</table>