From 98fd34bfe340fae6d0fd3b7333b6f9a6647cbae2 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 20 Jun 2015 20:55:50 -0400 Subject: Improve automatic action to create comments based on commit messages --- app/Template/board/comments.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'app/Template/board/comments.php') diff --git a/app/Template/board/comments.php b/app/Template/board/comments.php index 75816af6..2e2c0c1e 100644 --- a/app/Template/board/comments.php +++ b/app/Template/board/comments.php @@ -1,7 +1,10 @@

- e($comment['name'] ?: $comment['username']) ?> @ + + e($comment['name'] ?: $comment['username']) ?> @ + +

-- cgit v1.2.3