You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@incubator.apache.org by jm...@apache.org on 2019/07/25 03:23:38 UTC

[incubator] branch master updated: Just one policy document

This is an automated email from the ASF dual-hosted git repository.

jmclean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator.git


The following commit(s) were added to refs/heads/master by this push:
     new 74b905b  Just one policy document
     new 6b888d3  Merge pull request #18 from justinmclean/master
74b905b is described below

commit 74b905bb30fe269f750213d1160e707612f94b30
Author: Justin Mclean <jm...@apache.org>
AuthorDate: Thu Jul 25 13:22:54 2019 +1000

    Just one policy document
---
 templates/menu.gsp | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/templates/menu.gsp b/templates/menu.gsp
index c540a44..e824731 100644
--- a/templates/menu.gsp
+++ b/templates/menu.gsp
@@ -15,9 +15,7 @@
             <li class="dropdown">
               <a href="#" class="dropdown-toggle" data-toggle="dropdown">Policies <b class="caret"></b></a>
               <ul class="dropdown-menu">
-                <%policys.each {policy -> %>
-                  <li><a href="/${policy.uri}">${policy.title}</a></li>
-                <%}%>
+                <li><a href="/policy/incubation.html">Incubation Policy</a></li>
                 <li><a href="/ip-clearance/">Intellectual Property Clearance</a></li>
               </ul>
             </li>


---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org
For additional commands, e-mail: cvs-help@incubator.apache.org