- id}"), $lang->mr->view);?>
- mr->viewDiff);?>
- id}&type=story"), html::icon($lang->icons['story'], 'text-primary') . ' ' . $lang->productplan->linkedStories);?>
- id}&type=bug"), html::icon($lang->icons['bug'], 'text-red') . ' ' . $lang->productplan->linkedBugs);?>
- id}&type=task"), html::icon('todo', 'text-info') . ' ' . $lang->mr->linkedTasks);?>
synced and (empty($rawMR) or !isset($rawMR->id))): ?>
mr->noChanges;?>
{$lang->mr->noChanges}";
}
else
{
include '../../repo/view/diffeditor.html.php';
}
?>
mr->notFound; ?> createLink('mr', 'browse'), " " . $lang->mr->browse, '', "class='btn btn-info'"); ?>
... | ... | ||
---|---|---|---|
type != 'new') echo $line->oldlc?> | type != 'old') echo $line->newlc?> | type == 'old' ? preg_replace('/^\-/', '–', $line->line) : ($line->type == 'new' ? $line->line : ' ' . $line->line); ?> | |
type?> type == 'custom') echo "line-old"?> code'>old[$oldlc])) $content->old[$oldlc] = ''; if(!empty($oldlc)) echo $line->type != 'all' ? preg_replace('/^\-/', '–', $content->old[$oldlc]) : ' ' . $content->old[$oldlc]; ?> | type?> type == 'custom') echo "line-new"?> code'>new[$newlc])) $content->new[$newlc] = ''; if(!empty($newlc)) echo $line->type != 'all' ? $content->new[$newlc] : ' ' . $content->new[$newlc]; ?> | old[$oldlc])) unset($content->old[$oldlc]); if(isset($content->new[$newlc])) unset($content->new[$newlc]); ?>