Click on the above Generate
button to generate the files selected below:
Code File | Action | operation !== CodeFile::OP_SKIP) { echo ''; break; } } ?> |
---|---|---|
= Html::a(Html::encode($file->getRelativePath()), ['preview', 'file' => $file->id], ['class' => 'preview-code', 'data-title' => $file->getRelativePath()]) ?> operation === CodeFile::OP_OVERWRITE): ?> = Html::a('diff', ['diff', 'file' => $file->id], ['class' => 'diff-code label label-warning', 'data-title' => $file->getRelativePath()]) ?> | operation === CodeFile::OP_SKIP) { echo 'unchanged'; } else { echo $file->operation; } ?> | operation === CodeFile::OP_SKIP) { echo ' '; } else { echo Html::checkBox("answers[{$file->id}]", isset($answers) ? isset($answers[$file->id]) : ($file->operation === CodeFile::OP_NEW)); } ?> |