Loading src/main/resources/templates/ProfileHelpProposition.html +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ <h5><strong>Poulain</strong></h5> <p th:if="${help.poulain != null}" th:text=" ${help.poulain.username}"></p> <p th:unless="${help.poulain != null}">null</p> <p th:unless="${help.poulain != null}"><i>No one for now.</i></p> </div> </div> </div> Loading src/main/resources/templates/ProfileHelpRequest.html +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ <h5><strong>Mentor</strong></h5> <p th:if="${help.mentor != null}" th:text=" ${help.mentor.username}"></p> <p th:unless="${help.mentor != null}">null</p> <p th:unless="${help.mentor != null}"><i>No one for now.</i></p> </div> </div> </div> Loading Loading
src/main/resources/templates/ProfileHelpProposition.html +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ <h5><strong>Poulain</strong></h5> <p th:if="${help.poulain != null}" th:text=" ${help.poulain.username}"></p> <p th:unless="${help.poulain != null}">null</p> <p th:unless="${help.poulain != null}"><i>No one for now.</i></p> </div> </div> </div> Loading
src/main/resources/templates/ProfileHelpRequest.html +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ <h5><strong>Mentor</strong></h5> <p th:if="${help.mentor != null}" th:text=" ${help.mentor.username}"></p> <p th:unless="${help.mentor != null}">null</p> <p th:unless="${help.mentor != null}"><i>No one for now.</i></p> </div> </div> </div> Loading