* fix for sync commit.

This commit is contained in:
wangyidong
2020-04-13 14:19:36 +08:00
parent 63f545f870
commit 5f912e1a2f
4 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -238,4 +238,4 @@ $filter->repo->default->cookie['repoBranch'] = 'reg::any';
$filter->repo->diff->cookie['arrange'] = 'reg::word';
$filter->repo->diff->cookie['repoPairs'] = 'array';
$filter->repo->view->cookie['repoPairs'] = 'array';
$filter->repo->ajaxsynccomment->cookie['syncBranch'] = 'reg::any';
$filter->repo->ajaxsynccommit->cookie['syncBranch'] = 'reg::any';
+1 -1
View File
@@ -29,7 +29,7 @@
<tr>
<td class='text-center'><?php echo $id; ?></td>
<td class='text'><?php echo zget($lang->repo->scmList, $repo->SCM); ?></td>
<td class='text' title='<?php echo $repo->name; ?>'><?php echo $repo->name; ?></td>
<td class='text' title='<?php echo $repo->name; ?>'><?php echo html::a($this->createLink('repo', 'browse', "repoID={$repo->id}"), $repo->name);?></td>
<td class='text' title='<?php echo $repo->path; ?>'><?php echo $repo->path; ?></td>
<td class='text-left c-actions'>
<?php
Binary file not shown.

After

Width:  |  Height:  |  Size: 485 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 290 B