File tree Expand file tree Collapse file tree 7 files changed +19
-7
lines changed
src/main/webapp/WEB-INF/jsp/content Expand file tree Collapse file tree 7 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 1- ai.elimu:webapp:war:2.6.148 -SNAPSHOT
1+ ai.elimu:webapp:war:2.6.149 -SNAPSHOT
22+- ai.elimu:model:jar:model-2.0.128: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 3636 <button id =" submitButton" class =" btn-large waves-effect waves-light" type =" submit" <c:if test =" ${ empty contributor } " >disabled</c:if >>
3737 Edit <i class =" material-icons right" >send</i >
3838 </button >
39- <a href =" <spring:url value='/content/emoji/delete/${ emoji. id } ' />" class =" waves-effect waves-red red-text btn-flat right" >Delete</a >
39+ <c:if test =" ${ not empty contributor } " >
40+ <a href =" <spring:url value='/content/emoji/delete/${ emoji. id } ' />" class =" waves-effect waves-red red-text btn-flat right" >Delete</a >
41+ </c:if >
4042 </form:form >
4143 </div >
4244
Original file line number Diff line number Diff line change 4444 <button id =" submitButton" class =" btn-large waves-effect waves-light" type =" submit" <c:if test =" ${ empty contributor } " >disabled</c:if >>
4545 Edit <i class =" material-icons right" >send</i >
4646 </button >
47- <a href =" <spring:url value='/content/letter/delete/${ letter. id } ' />" class =" waves-effect waves-red red-text btn-flat right" >Delete</a >
47+ <c:if test =" ${ not empty contributor } " >
48+ <a href =" <spring:url value='/content/letter/delete/${ letter. id } ' />" class =" waves-effect waves-red red-text btn-flat right" >Delete</a >
49+ </c:if >
4850 </form:form >
4951 </div >
5052
Original file line number Diff line number Diff line change 126126 <button id =" submitButton" class =" btn-large waves-effect waves-light" type =" submit" <c:if test =" ${ empty contributor } " >disabled</c:if >>
127127 Edit <i class =" material-icons right" >send</i >
128128 </button >
129- <a href =" <spring:url value='/content/multimedia/image/delete/${ image. id } ' />" class =" waves-effect waves-red red-text btn-flat right" >Delete</a >
129+ <c:if test =" ${ not empty contributor } " >
130+ <a href =" <spring:url value='/content/multimedia/image/delete/${ image. id } ' />" class =" waves-effect waves-red red-text btn-flat right" >Delete</a >
131+ </c:if >
130132 </form:form >
131133 </div >
132134
Original file line number Diff line number Diff line change 116116 <button id =" submitButton" class =" btn-large waves-effect waves-light" type =" submit" <c:if test =" ${ empty contributor } " >disabled</c:if >>
117117 Edit <i class =" material-icons right" >send</i >
118118 </button >
119- <a href =" <spring:url value='/content/multimedia/video/delete/${ video. id } ' />" class =" waves-effect waves-red red-text btn-flat right" >Delete</a >
119+ <c:if test =" ${ not empty contributor } " >
120+ <a href =" <spring:url value='/content/multimedia/video/delete/${ video. id } ' />" class =" waves-effect waves-red red-text btn-flat right" >Delete</a >
121+ </c:if >
120122 </form:form >
121123 </div >
122124</content:section >
Original file line number Diff line number Diff line change 101101 <button id =" submitButton" class =" btn-large waves-effect waves-light" type =" submit" <c:if test =" ${ empty contributor } " >disabled</c:if >>
102102 Edit <i class =" material-icons right" >send</i >
103103 </button >
104- <a href =" <spring:url value='/content/number/delete/${ number. id } ' />" class =" waves-effect waves-red red-text btn-flat right" >Delete</a >
104+ <c:if test =" ${ not empty contributor } " >
105+ <a href =" <spring:url value='/content/number/delete/${ number. id } ' />" class =" waves-effect waves-red red-text btn-flat right" >Delete</a >
106+ </c:if >
105107 </form:form >
106108 </div >
107109
Original file line number Diff line number Diff line change 160160 <button id =" submitButton" class =" btn-large waves-effect waves-light" type =" submit" <c:if test =" ${ empty contributor } " >disabled</c:if >>
161161 Edit <i class =" material-icons right" >send</i >
162162 </button >
163- <a href =" <spring:url value='/content/word/delete/${ word. id } ' />" class =" waves-effect waves-red red-text btn-flat right" >Delete</a >
163+ <c:if test =" ${ not empty contributor } " >
164+ <a href =" <spring:url value='/content/word/delete/${ word. id } ' />" class =" waves-effect waves-red red-text btn-flat right" >Delete</a >
165+ </c:if >
164166 </form:form >
165167 </div >
166168
You can’t perform that action at this time.
0 commit comments