Fix typo in router.jade (#3183)

This commit is contained in:
Josh Schneider 2017-02-02 17:43:48 -08:00 committed by Ward Bell
parent 0713f35653
commit b021012a9b
1 changed files with 1 additions and 1 deletions

View File

@ -1671,7 +1671,7 @@ a#relative-navigation
+makeExcerpt('src/app/crisis-center/crisis-detail.component.ts (relative navigation)', 'gotoCrises-navigate') +makeExcerpt('src/app/crisis-center/crisis-detail.component.ts (relative navigation)', 'gotoCrises-navigate')
:marked :marked
Notice that the path goes up a level (`../`) syntax. Notice that the path goes up a level (`../`) syntax.
If the current crisis `id` is `1`, the resulting path back to the crisis list is `/crisis-center/;id=3;foo=foo`. If the current crisis `id` is `3`, the resulting path back to the crisis list is `/crisis-center/;id=3;foo=foo`.
a#named-outlets a#named-outlets
.l-main-section .l-main-section