diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-12-04 21:18:29 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-12-04 21:18:29 -0500 |
commit | 0704ea06252cdf9eb547fa6b99c380c0dbb694a2 (patch) | |
tree | 51fd4ad7edc8803ce1af236b306c00e9bd551df8 /app | |
parent | 6739dba792f210a1836489a191527747d21e3da4 (diff) |
Minor css improvement
Diffstat (limited to 'app')
-rw-r--r-- | app/Template/action/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/action/index.php b/app/Template/action/index.php index 85839098..54f13691 100644 --- a/app/Template/action/index.php +++ b/app/Template/action/index.php @@ -51,7 +51,7 @@ <?php endif ?> <h3><?= t('Add an action') ?></h3> -<form method="post" action="<?= Helper\u('action', 'event', array('project_id' => $project['id'])) ?>"> +<form method="post" action="<?= Helper\u('action', 'event', array('project_id' => $project['id'])) ?>" class="listing"> <?= Helper\form_csrf() ?> <?= Helper\form_hidden('project_id', $values) ?> |