diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-09-28 18:23:21 -0400 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-09-28 18:23:21 -0400 |
commit | 33f9cdbc976e0f97c3dd24658dc7d0097497c6d7 (patch) | |
tree | 3a5dc8ca9a6b3db268ba95aec357a2e5a8aad80e /app/Templates/action_index.php | |
parent | 03fa01ac7b036820ee232d893ec63241918c6012 (diff) |
Add support for Github Issue Webhooks
Diffstat (limited to 'app/Templates/action_index.php')
-rw-r--r-- | app/Templates/action_index.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Templates/action_index.php b/app/Templates/action_index.php index 2647e4a7..30874591 100644 --- a/app/Templates/action_index.php +++ b/app/Templates/action_index.php @@ -33,6 +33,8 @@ <?= Helper\in_list($param['value'], $colors_list) ?> <?php elseif (Helper\contains($param['name'], 'category_id')): ?> <?= Helper\in_list($param['value'], $categories_list) ?> + <?php elseif (Helper\contains($param['name'], 'label')): ?> + <?= Helper\escape($param['value']) ?> <?php endif ?> </strong> </li> |