summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/Template/action/index.php2
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) ?>