* add project name in execution card title
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
<?php if($this->app->getViewType() == 'xhtml'):?>
|
||||
<div id="xx-title">
|
||||
<strong>
|
||||
<?php echo $this->execution->getByID($execution->id)->name ?>
|
||||
<?php echo ($this->project->getById($execution->project)->name . ' / ' . $this->execution->getByID($execution->id)->name) ?>
|
||||
</strong>
|
||||
<div class="linkButton" onclick="linkButtonClicked()">
|
||||
<span title="<?php echo $lang->viewDetails;?>">
|
||||
|
||||
Reference in New Issue
Block a user