You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by st...@apache.org on 2012/03/13 09:55:16 UTC

svn commit: r1300011 - /lucene/dev/trunk/solr/example/solr/conf/velocity/layout.vm

Author: steffkes
Date: Tue Mar 13 08:55:16 2012
New Revision: 1300011

URL: http://svn.apache.org/viewvc?rev=1300011&view=rev
Log:
SOLR-3216: Change Link to Admin

Modified:
    lucene/dev/trunk/solr/example/solr/conf/velocity/layout.vm

Modified: lucene/dev/trunk/solr/example/solr/conf/velocity/layout.vm
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/example/solr/conf/velocity/layout.vm?rev=1300011&r1=1300010&r2=1300011&view=diff
==============================================================================
--- lucene/dev/trunk/solr/example/solr/conf/velocity/layout.vm (original)
+++ lucene/dev/trunk/solr/example/solr/conf/velocity/layout.vm Tue Mar 13 08:55:16 2012
@@ -3,7 +3,7 @@
   #parse("head.vm")
 </head>
   <body>
-    <div id="admin"><a href="#url_for_solr/admin">Solr Admin</a></div>
+    <div id="admin"><a href="#url_for_solr">Solr Admin</a></div>
     <div id="header">
       #parse("header.vm")
     </div>
@@ -17,4 +17,4 @@
       #parse("footer.vm")
     </div>
   </body>
-</html>
\ No newline at end of file
+</html>