Ard Schrijvers pushed to branch feature/spaplus at cms-community / 
hippo-testsuite


Commits:
fce0f199 by Ard Schrijvers at 2018-03-07T17:14:01+01:00
HSTTWO-4227 add 'resourceapi menu item

- - - - -


1 changed file:

- resources/src/main/webapp/WEB-INF/jsp/components/main/leftmenu.jsp


Changes:

=====================================
resources/src/main/webapp/WEB-INF/jsp/components/main/leftmenu.jsp
=====================================
--- a/resources/src/main/webapp/WEB-INF/jsp/components/main/leftmenu.jsp
+++ b/resources/src/main/webapp/WEB-INF/jsp/components/main/leftmenu.jsp
@@ -106,8 +106,13 @@
   </li>
   <li>
     <hst:link var="restlink" 
path="${hstRequest.requestContext.resolvedSiteMapItem.pathInfo}" 
mount="restapi"/>
-    <a href="${restlink}" 
+    <a href="${restlink}"
        target="_blank">RESTful Representation</a>
   </li>
+  <li>
+    <hst:link var="resourceApiLink" 
path="${hstRequest.requestContext.resolvedSiteMapItem.pathInfo}" 
mount="resourceapi"/>
+    <a href="${resourceApiLink}"
+       target="_blank">Resource API Representation</a>
+  </li>
 </ul>
 </div>



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-testsuite/commit/fce0f199c9610001beb8d68abbcbf75d2a49f400

---
View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-testsuite/commit/fce0f199c9610001beb8d68abbcbf75d2a49f400
You're receiving this email because of your account on code.onehippo.org.
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to