client/views: refactor rendering

This commit is contained in:
rr-
2016-04-08 10:35:38 +02:00
parent 7871c69aa3
commit 0ceaa8da42
15 changed files with 147 additions and 97 deletions

View File

@ -18,7 +18,9 @@ class HelpController {
showHelpRoute(section) {
topNavController.activate('help');
this.helpView.render(section);
this.helpView.render({
section: section,
});
}
}