Added /history

This commit is contained in:
Marcin Kurczewski
2014-11-07 14:40:45 +01:00
parent cb53572a2d
commit d313890d8a
7 changed files with 108 additions and 2 deletions

View File

@ -27,6 +27,7 @@ App.Router = function(_, jQuery, promise, util, appState, presenterManager) {
inject('#/tags(/:!query)', 'tagListPresenter');
inject('#/tag/:tagName', 'tagPresenter');
inject('#/help(/:tab)', 'helpPresenter');
inject('#/history(/:!query)', 'historyPresenter');
}
function navigate(url, useBrowserDispatcher) {