删除无用链接

This commit is contained in:
高子兴 2024-07-14 18:30:27 +08:00
parent 7d6dd8671e
commit 55e61ca5fe
2 changed files with 1 additions and 2 deletions

View File

@ -125,7 +125,6 @@
</section> </section>
</h:panelGroup> </h:panelGroup>
</h:form> </h:form>
<p>Click <h:link value="here" outcome="project"/> to go to the project page</p>
</main> </main>
<ui:include src="footer.xhtml"/> <ui:include src="footer.xhtml"/>
</h:body> </h:body>

View File

@ -13,7 +13,7 @@
<h:body> <h:body>
<ui:include src="header.xhtml"/> <ui:include src="header.xhtml"/>
<main> <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"> <h:form id="project">
<section id="project-list"> <section id="project-list">
<h1><h:outputText value="#{projectBean.username}"/>'s Project List</h1> <h1><h:outputText value="#{projectBean.username}"/>'s Project List</h1>