File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
src/main/webapp/WEB-INF/jsp/content/storybook/chapter Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1- ai.elimu:webapp:war:2.6.128 -SNAPSHOT
1+ ai.elimu:webapp:war:2.6.129 -SNAPSHOT
22+- ai.elimu:model:jar:model-2.0.120:compile
33| \- com.google.code.gson:gson:jar:2.13.1:compile
44| \- com.google.errorprone:error_prone_annotations:jar:2.38.0:compile
Original file line number Diff line number Diff line change 3131 <button id =" submitButton" class =" btn-large waves-effect waves-light" type =" submit" <c:if test =" ${ empty contributor } " >disabled</c:if >>
3232 Edit <i class =" material-icons right" >send</i >
3333 </button >
34+ <c:if test =" ${ not empty contributor } " >
35+ <a href =" <spring:url value='/content/storybook/edit/${ storyBookChapter. storyBook. id } /chapter/delete/${ storyBookChapter. id } ' />" class =" waves-effect waves-red red-text btn-flat right" >Delete</a >
36+ </c:if >
3437 </form:form >
3538 </div >
3639</content:section >
You can’t perform that action at this time.
0 commit comments