* Change judgment condition.
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
<tr>
|
||||
<td><?php echo html::a($executionLink, $execution->id, '', "data-app='execution'");?></td>
|
||||
<td>
|
||||
<?php if($this->config->edition== 'max' or $this->config->edition == 'ipd'):?>
|
||||
<?php if($this->config->edition == 'max' or $this->config->edition == 'ipd'):?>
|
||||
<span class='project-type-label label label-info label-outline'><?php echo zget($lang->user->executionTypeList, $execution->type);?></span>
|
||||
<?php endif;?>
|
||||
<?php echo html::a($executionLink, $execution->name, '', "data-app='execution'");?>
|
||||
|
||||
Reference in New Issue
Block a user