Commit 1020203b by Carsten Brandt

changed gii files code style and CHANGELOG for #1818

parent 5306b021
......@@ -6,6 +6,7 @@ Yii Framework 2 gii extension Change Log
- Bug #1405: fixed disambiguation of relation names generated by gii (qiangxue)
- Enh #1624: generate rules for unique indexes (lucianobaraglia)
- Enh #1818: Do not display checkbox column if all rows are empty (johonunu)
2.0.0 alpha, December 1, 2013
-----------------------------
......
......@@ -49,7 +49,7 @@ use yii\gii\CodeFile;
}
?>
</td>
<?php if ($fileChangeExists) { ?>
<?php if ($fileChangeExists): ?>
<td class="check">
<?php
if ($file->operation === CodeFile::OP_SKIP) {
......@@ -59,7 +59,7 @@ use yii\gii\CodeFile;
}
?>
</td>
<?php } ?>
<?php endif; ?>
</tr>
<?php endforeach; ?>
</tbody>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment