Commit 059ff6ac7f975a1478b31035408731a4ebdc8b28
1 parent
927348ba
点播评论的标题加跳转链接
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/templates/page/video.html
| ... | ... | @@ -196,7 +196,7 @@ |
| 196 | 196 | type="checkbox" th:value="${video.id}"></td> |
| 197 | 197 | <td style="text-align: center; width: 6%;" |
| 198 | 198 | th:text="${video.spid_desc}"></td> |
| 199 | - <td style="text-align: center; width: 20%;" th:text="${video.video_title}"> | |
| 199 | + <td style="text-align: center; width: 20%;" th:text="${video.video_title}" th:href="@{'/videos/details/?id='+${video.id}}"> | |
| 200 | 200 | 邓建国正面PK冯小刚 |
| 201 | 201 | </td> |
| 202 | 202 | <!--<td style="text-align: center; width: 10%;">--> | ... | ... |