Repository: climate
Updated Branches:
  refs/heads/master de573a5ca -> 705403a03


Addressing CLIMATE-810 Demo tab doesn't appear in ocw ui


Project: http://git-wip-us.apache.org/repos/asf/climate/repo
Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/16f03a51
Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/16f03a51
Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/16f03a51

Branch: refs/heads/master
Commit: 16f03a513afe4eefbc66f62bd8bf444bb96dd9a7
Parents: de573a5
Author: Omkar20895 <omkarreddy2...@gmail.com>
Authored: Fri Jun 17 00:45:31 2016 +0530
Committer: Omkar20895 <omkarreddy2...@gmail.com>
Committed: Fri Jun 17 00:45:31 2016 +0530

----------------------------------------------------------------------
 ocw-ui/frontend/app/index.html | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/climate/blob/16f03a51/ocw-ui/frontend/app/index.html
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend/app/index.html b/ocw-ui/frontend/app/index.html
index 2da8183..fe3a4a4 100644
--- a/ocw-ui/frontend/app/index.html
+++ b/ocw-ui/frontend/app/index.html
@@ -56,6 +56,7 @@ under the License.
               <ul class="nav navbar-nav">
                 <li ng-class="{ active: $state.includes('main') }"><a 
href="#/evalute">Evaluate</a></li>
                 <li ng-class="{ active: $state.includes('results') }"><a 
href="#/results">Results</a></li>
+                <li ng-class="{ active: $state.includes('demo') }"><a 
href="#/demo">Demo</a></li>
               </ul>
             </div>
           </div>

Reply via email to