From 22b26d0b4d68f0492275ec93eb4df1a975a8fc80 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 20 Jun 2015 17:53:49 -0400 Subject: Change comments table structure (drop foreign key on user_id) --- app/Template/comment/show.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'app/Template/comment') diff --git a/app/Template/comment/show.php b/app/Template/comment/show.php index 35394ccb..84077668 100644 --- a/app/Template/comment/show.php +++ b/app/Template/comment/show.php @@ -4,7 +4,12 @@ user->avatar($comment['email'], $comment['name'] ?: $comment['username']) ?> - e($comment['name'] ?: $comment['username']) ?> @ + + + e($comment['name'] ?: $comment['username']) ?> @ + + +

-- cgit v1.2.3