Author: davsclaus Date: Sun Oct 3 11:12:39 2010 New Revision: 1003947 URL: http://svn.apache.org/viewvc?rev=1003947&view=rev Log: Fixed compilation error
Modified: camel/trunk/components/camel-web/src/main/webapp/WEB-INF/scalate/layouts/default.scaml Modified: camel/trunk/components/camel-web/src/main/webapp/WEB-INF/scalate/layouts/default.scaml URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-web/src/main/webapp/WEB-INF/scalate/layouts/default.scaml?rev=1003947&r1=1003946&r2=1003947&view=diff ============================================================================== --- camel/trunk/components/camel-web/src/main/webapp/WEB-INF/scalate/layouts/default.scaml (original) +++ camel/trunk/components/camel-web/src/main/webapp/WEB-INF/scalate/layouts/default.scaml Sun Oct 3 11:12:39 2010 @@ -58,7 +58,7 @@ %a{:href => "http://www.apache.org/", :style => "float:right; width:210px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:15px; margin-right:10px;", :title => "The Apache Software Foundation"} ASF .top_red_bar #site-breadcrumbs - - if (requestURI.startsWith("/index")) + - if (requestUri.startsWith("/index")) %span Home - else %a{:href => {uri("/index")}, title => "Home"} Home