diff options
Diffstat (limited to 'src/main/webapp/apps/frontPageApp/frontPage.html')
-rwxr-xr-x | src/main/webapp/apps/frontPageApp/frontPage.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/webapp/apps/frontPageApp/frontPage.html b/src/main/webapp/apps/frontPageApp/frontPage.html index 5cdea9a..3c433ee 100755 --- a/src/main/webapp/apps/frontPageApp/frontPage.html +++ b/src/main/webapp/apps/frontPageApp/frontPage.html @@ -1,4 +1,6 @@ <div class="container"> + <navbar/> +<!-- <ng-include src="'/apps/core/navbar.html'" /> --> <div class="page-header"> <h1>Newcomers</h1> @@ -12,7 +14,7 @@ </thead> <tbody> <tr ng-repeat="person in persons.rows"> - <td><a href="/person/{{person.uuid}}">{{person.name}}</a></td> + <td><a href="/person/{{person.uuid}}/">{{person.name}}</a></td> <td>{{person.badges.length}}</td> </tr> </tbody> |