Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dansuaper committed Nov 21, 2022
1 parent aed0d73 commit 10ab59b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/webapp/WEB-INF/views/learner/help-request/form.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
<jstl:if test="${status == 'ACCEPTED' && published == true}">
<acme:button code="learner.help-request.follow-up.button.create" action="/learner/follow-up/create?masterId=${id}" />
</jstl:if>
<acme:button code="learner.help-request.form.button.follow-up" action="/learner/follow-up/listFollowUp?id=${id}"/>

<jstl:if test="${command != 'create'}">
<acme:button code="learner.help-request.form.button.follow-up" action="/learner/follow-up/listFollowUp?id=${id}"/>
</jstl:if>
</acme:form>

0 comments on commit 10ab59b

Please sign in to comment.