From e1b92fd91a68f4e54b87854d6505d37c619cfa3c Mon Sep 17 00:00:00 2001 From: Thibault Duplessis Date: Sat, 27 Jul 2013 23:02:32 +0200 Subject: [PATCH] crosslink user reports and moderator log --- app/views/mod/log.scala.html | 9 ++++++--- app/views/report/list.scala.html | 9 ++++++++- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/app/views/mod/log.scala.html b/app/views/mod/log.scala.html index c4e92be139..fb0ac6f17d 100644 --- a/app/views/mod/log.scala.html +++ b/app/views/mod/log.scala.html @@ -2,7 +2,11 @@ @title = @{ "Mod logs" } -@base.layout(title = title) { +@goodies = { +User reports +} + +@base.layout(title = title, goodies = goodies.some) {