* 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

View File

@@ -103,7 +103,7 @@
<th></th>
<td class='text-center form-actions'>
<?php echo html::submitButton();?>
<?php if(!isonlybody()) echo html::a(inlink('userbrowse', "gitlabID=$gitlabID"), $lang->goback, '', 'class="btn btn-wide"');?>
<?php if(!isonlybody()) echo html::a(inlink('browseUser', "gitlabID=$gitlabID"), $lang->goback, '', 'class="btn btn-wide"');?>
</td>
</tr>
</table>