Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
leyi cen
Jeesns
Commits
70426585
Commit
70426585
authored
5 years ago
by
zchuanzhao
Browse files
Options
Download
Email Patches
Plain Diff
修订后台查看文章评论会报错问题
parent
abaee10e
master
dependabot/maven/com.fasterxml.jackson.core-jackson-databind-2.9.10.8
dependabot/maven/commons-io-commons-io-2.7
dependabot/maven/mysql-mysql-connector-java-8.0.16
dependabot/maven/org.apache.httpcomponents-httpclient-4.5.13
dependabot/maven/org.jsoup-jsoup-1.14.2
dependabot/maven/org.mybatis-mybatis-3.5.6
dependabot/maven/org.springframework.boot-spring-boot-starter-web-2.5.12
v2.0.0-Beta2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
jeesns-web/src/main/resources/templates/manage/cms/comment/list.ftl
+2
-2
.../src/main/resources/templates/manage/cms/comment/list.ftl
with
2 additions
and
2 deletions
+2
-2
jeesns-web/src/main/resources/templates/manage/cms/comment/list.ftl
+
2
-
2
View file @
70426585
...
...
@@ -72,13 +72,13 @@
<tr>
<td>$
{
articleComment
.id
}
</td>
<td>
<a href="$
{
base
}
/u/$
{
articleComment
.member.id
}
" target="_blank">
<a href="$
{
base
Path
}
/u/$
{
articleComment
.member.id
}
" target="_blank">
$
{
articleComment
.member.name
}
</a>
</td>
<td>$
{
articleComment
.content
}
</td>
<td>
<a href="$
{
base
}
/article/detail/$
{
articleComment
.article.id
}
" target="_blank">
<a href="$
{
base
Path
}
/article/detail/$
{
articleComment
.article.id
}
" target="_blank">
《$
{
articleComment
.article.title
}
》
</a>
</td>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help