删除无用链接
This commit is contained in:
parent
7d6dd8671e
commit
55e61ca5fe
@ -125,7 +125,6 @@
|
||||
</section>
|
||||
</h:panelGroup>
|
||||
</h:form>
|
||||
<p>Click <h:link value="here" outcome="project"/> to go to the project page</p>
|
||||
</main>
|
||||
<ui:include src="footer.xhtml"/>
|
||||
</h:body>
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
<h:body>
|
||||
<ui:include src="header.xhtml"/>
|
||||
<main>
|
||||
<p>Click <h:link value="here" outcome="index"/> to go back to the home page</p>
|
||||
<!-- <p>Click <h:link value="here" outcome="index"/> to go back to the home page</p>-->
|
||||
<h:form id="project">
|
||||
<section id="project-list">
|
||||
<h1><h:outputText value="#{projectBean.username}"/>'s Project List</h1>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user