mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
11 lines
No EOL
356 B
PHP
11 lines
No EOL
356 B
PHP
<h2><?= Helper\escape($task['title']) ?> (#<?= $task['id'] ?>)</h2>
|
|
|
|
<ul>
|
|
<li>
|
|
<?= t('Column on the board:') ?>
|
|
<strong><?= Helper\escape($task['column_title']) ?></strong>
|
|
</li>
|
|
<li><?= t('Task position:').' '.Helper\escape($task['position']) ?></li>
|
|
</ul>
|
|
|
|
<?= Helper\template('notification_footer', array('task' => $task)) ?>
|