* Adjust page style of gitlab browse.

This commit is contained in:
holan20180123
2021-08-05 10:52:27 +08:00
parent 919c8143bb
commit f2bcfa15a5
+1 -1
View File
@@ -42,7 +42,7 @@
<?php foreach ($gitlabList as $id => $gitlab): ?>
<tr>
<td class='text-center'><?php echo $id;?></td>
<td class='text' title='<?php echo $gitlab->name;?>'><?php echo $gitlab->name;?></td>
<td class='text c-name' title='<?php echo $gitlab->name;?>'><?php echo $gitlab->name;?></td>
<td class='text' title='<?php echo $gitlab->url;?>'><?php echo $gitlab->url;?></td>
<td class='c-actions text-left'>
<?php