* Fix errors.
This commit is contained in:
@@ -1 +1 @@
|
||||
#mrForm table tbody th {width: 185px;}
|
||||
#mrForm table tbody th {width: 225px;}
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
#mrForm table tbody th {width: 145px;}
|
||||
@@ -0,0 +1 @@
|
||||
#mrForm table tbody th {width: 225px;}
|
||||
@@ -66,7 +66,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php echo $lang->mr->mergeStatus; ?></th>
|
||||
<?php if(empty($rawMR->changes_count)):?>
|
||||
<?php if($MR->synced and empty($rawMR->changes_count)):?>
|
||||
<td>
|
||||
<?php echo $lang->mr->cantMerge; ?>
|
||||
<code class=''><?php echo $lang->mr->noChanges;?></code>
|
||||
|
||||
Reference in New Issue
Block a user