breadcrumbs : add a link to the site on the project name.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@267520 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ef86ef7eb2
commit
1cb5ef7f8e
@ -258,7 +258,7 @@
|
||||
</j:if>
|
||||
<j:if test="${!empty( breadcrumbsUsed )}">
|
||||
<jsl:applyTemplates select="$nav/body/breadcrumbs" />
|
||||
${pom.name} <span class="separator">></span> ${_docTitle}
|
||||
<a href="${home}">${pom.name}</a> <span class="separator">></span> ${_docTitle}
|
||||
</j:if>
|
||||
</div>
|
||||
|
||||
|
||||
@ -39,6 +39,7 @@
|
||||
<action dev="aheritier" type="add" issue="MPXDOC-131" due-to="Ignacio G. Mac Dowell">Allow i18n links.</action>
|
||||
<action dev="aheritier" type="fix">i18n : html code removed from bundles.</action>
|
||||
<action dev="aheritier" type="fix">i18n : doc title wasn't printed in breadcrumbs.</action>
|
||||
<action dev="aheritier" type="update">breadcrumbs : add a link to the site on the project name.</action>
|
||||
</release>
|
||||
<release version="1.9.1" date="2005-06-16">
|
||||
<action dev="brett" type="fix">Don't override the Maven library. This makes the plugin compatible with both Maven 1.0.2 and Maven 1.1</action>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user