You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@incubator.apache.org by bd...@apache.org on 2019/07/24 16:15:59 UTC

[incubator] branch master updated: Add menu item for IP Clearance

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

bdelacretaz 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 ffd03ca  Add menu item for IP Clearance
ffd03ca is described below

commit ffd03ca7dc83a2ce1af94086f6966fa0214164f4
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Wed Jul 24 18:15:42 2019 +0200

    Add menu item for IP Clearance
---
 templates/menu.gsp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/templates/menu.gsp b/templates/menu.gsp
index 73f16be..c540a44 100644
--- a/templates/menu.gsp
+++ b/templates/menu.gsp
@@ -18,6 +18,7 @@
                 <%policys.each {policy -> %>
                   <li><a href="/${policy.uri}">${policy.title}</a></li>
                 <%}%>
+                <li><a href="/ip-clearance/">Intellectual Property Clearance</a></li>
               </ul>
             </li>
             <li class="dropdown">


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