modify aboutUs
Project: http://git-wip-us.apache.org/repos/asf/incubator-cmda/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cmda/commit/19897dad Tree: http://git-wip-us.apache.org/repos/asf/incubator-cmda/tree/19897dad Diff: http://git-wip-us.apache.org/repos/asf/incubator-cmda/diff/19897dad Branch: refs/heads/master Commit: 19897dadafffc421fbc57e10fa2b141eff5743a8 Parents: bf0dfe2 Author: cat1021 <longma1...@gmail.com> Authored: Fri Sep 4 15:55:33 2015 -0700 Committer: cat1021 <longma1...@gmail.com> Committed: Fri Sep 4 15:55:33 2015 -0700 ---------------------------------------------------------------------- app/views/climate/header.scala.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/19897dad/app/views/climate/header.scala.html ---------------------------------------------------------------------- diff --git a/app/views/climate/header.scala.html b/app/views/climate/header.scala.html index 3a48830..5b48ca5 100644 --- a/app/views/climate/header.scala.html +++ b/app/views/climate/header.scala.html @@ -49,7 +49,7 @@ class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="@routes.ClimateServiceController.home()">Home</a></li> - <li><a href="@routes.AboutusController.aboutus()">About Us</a></li> + <li><a href="@routes.AboutusController.aboutUs()">About Us</a></li> <li><a href="@routes.AboutusController.aboutProject()">About project</a></li> </ul> </li>