Skip to content

Commit

Permalink
setup for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswoehlke committed Mar 25, 2020
1 parent 74edef9 commit 9d40443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/petTypeList.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
page="#{petTypeController.scrollerPage}"
id="scroller"/><br/>
<br/>
<span class="glyphicon glyphicon-plus-sign" /><h:commandLink id="getNewPetTypeForm" action="#{petTypeController.getNewPetTypeForm}"><h:outputText value="#{msg['addNewPetType}"/></h:commandLink>
<span class="glyphicon glyphicon-plus-sign" /><h:commandLink id="getNewPetTypeForm" action="#{petTypeController.getNewPetTypeForm}"><h:outputText value="#{msg['addNewPetType']}"/></h:commandLink>
</h:form>
</ui:define>

Expand Down

0 comments on commit 9d40443

Please sign in to comment.