Skip to content

Commit

Permalink
FORGE-655: add h:link to pageTemplate.xhtml and missing image resource
Browse files Browse the repository at this point in the history
  • Loading branch information
fiorenzino authored and gastaldi committed Aug 22, 2012
1 parent e27d057 commit 9808aa7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Expand Up @@ -14,7 +14,7 @@
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a href="@{targetDir}/index.xhtml" class="brand">@{appName}</a>
<h:link id="brandLink" outcome="@{targetDir}/index.xhtml" styleClass="brand"> <h:outputText value="@{appName}" /></h:link>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="http://forge.jboss.org/docs/important_plugins/ui-scaffolding.html">How to Customize</a></li>
Expand Down

0 comments on commit 9808aa7

Please sign in to comment.