Added tag label in the page title

Fix #2472
This commit is contained in:
Nicolas Lœuillet
2016-10-26 13:53:23 +02:00
parent c68720d40e
commit 7a5043f187
16 changed files with 24 additions and 15 deletions

View File

@ -143,6 +143,7 @@ class TagController extends Controller
'form' => null,
'entries' => $entries,
'currentPage' => $page,
'tag' => $tag->getLabel(),
]);
}
}