You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/08/29 16:56:40 UTC

svn commit: r1378594 - /cxf/web/template/template.vm

Author: dkulp
Date: Wed Aug 29 14:56:39 2012
New Revision: 1378594

URL: http://svn.apache.org/viewvc?rev=1378594&view=rev
Log:
Attempt to change how the comment link is generated.  It's not working on some of the pages.

Modified:
    cxf/web/template/template.vm

Modified: cxf/web/template/template.vm
URL: http://svn.apache.org/viewvc/cxf/web/template/template.vm?rev=1378594&r1=1378593&r2=1378594&view=diff
==============================================================================
--- cxf/web/template/template.vm (original)
+++ cxf/web/template/template.vm Wed Aug 29 14:56:39 2012
@@ -117,7 +117,7 @@ $content
        <div id="site-footer">
          <a href="http://cxf.apache.org/privacy-policy.html">Privacy Policy</a> - 
          (<a href="$confluenceUri/pages/editpage.action?pageId=$page.id">edit page</a>) 
-	 (<a href="$page.getURL()?showComments=true&amp;showCommentArea=true#addcomment">add comment</a>)<br>
+	 (<a href="$confluenceUri/pages/viewpage.action?pageId=$page.id&amp;showComments=true&amp;showCommentArea=true#addcomment">add comment</a>)<br>
 	Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The Apache Software Foundation.<br>
         All other marks mentioned may be trademarks or registered trademarks of their respective owners.
        </div>