From f14255c0fc1182f1d15c26fc883904dcdae622eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 29 Jun 2015 23:42:14 +0200 Subject: [PATCH] add scope to search results --- Resources/views/Search/results.html.twig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Resources/views/Search/results.html.twig b/Resources/views/Search/results.html.twig index acb887a46..94f0cd0cf 100644 --- a/Resources/views/Search/results.html.twig +++ b/Resources/views/Search/results.html.twig @@ -25,6 +25,7 @@ {{ 'Person'|trans }} {{ 'Date'|trans }} {{ 'Report type'|trans }} + {{ 'Scope'|trans }}     @@ -35,7 +36,7 @@ {{ report.person }} {% if report.date %}{{ report.date|localizeddate('long', 'none') }}{% endif %} {{ report.cFGroup.getName|localize_translatable_string }} - + {{ report.scope.name|localize_translatable_string }} {{ 'View the report' | trans }} {{ 'Update the report' | trans }}