Improve activity stream layout

This commit is contained in:
Frederic Guillot
2016-03-19 16:22:00 -04:00
parent 84b4139988
commit 6351cb0e27
41 changed files with 96 additions and 106 deletions

View File

@@ -68,7 +68,7 @@
</ul>
<?php if (! empty($changes['description'])): ?>
<p><?= t('The description has been modified') ?></p>
<p><strong><?= t('The description has been modified:') ?></strong></p>
<div class="markdown"><?= $this->text->markdown($task['description']) ?></div>
<?php endif ?>
<?php endif ?>