Skip to content

Commit cfd819f

Browse files
committed
refactor: set edit link
#1769
1 parent 26a7e6f commit cfd819f

File tree

1 file changed

+1
-1
lines changed
  • src/main/webapp/WEB-INF/jsp/content/word

1 file changed

+1
-1
lines changed

src/main/webapp/WEB-INF/jsp/content/word/list.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
<label>word.toString()</label>
5050
<div style="font-size: 2em;">
51-
"${word}"
51+
<a class="editLink" href="<spring:url value='/content/word/edit/${word.id}' />">"${word}"</a>
5252
</div>
5353

5454
<div id="letterSoundsContainer">

0 commit comments

Comments
 (0)