Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo-1
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
solo-1
Commits
6041e435
Commit
6041e435
authored
Jan 20, 2016
by
Vanesssa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
回复的评论人没有链接时,异步评论姓名为空
parent
7ee16d00
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/main/webapp/skins/next/js/next.js
src/main/webapp/skins/next/js/next.js
+2
-2
src/main/webapp/skins/yilia/macro-comments.ftl
src/main/webapp/skins/yilia/macro-comments.ftl
+1
-1
No files found.
src/main/webapp/skins/next/js/next.js
View file @
6041e435
...
@@ -17,11 +17,11 @@
...
@@ -17,11 +17,11 @@
* @fileoverview util and every page should be used.
* @fileoverview util and every page should be used.
*
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @version
1.2.0.0, Nov 3, 2015
* @version
0.1.0.0, Jan 11, 2016
*/
*/
/**
/**
* @description
yilia
皮肤脚本
* @description
next
皮肤脚本
* @static
* @static
*/
*/
var
Yilia
=
{
var
Yilia
=
{
...
...
src/main/webapp/skins/yilia/macro-comments.ftl
View file @
6041e435
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<div class="fn-clear post-meta">
<div class="fn-clear post-meta">
<span class="fn-left">
<span class="fn-left">
<#if "http://" == comment.commentURL>
<#if "http://" == comment.commentURL>
<
span>${comment.commentName}</span
>
<
a>${comment.commentName}</a
>
<#else>
<#else>
<a href="${comment.commentURL}" target="_blank">${comment.commentName}</a>
<a href="${comment.commentURL}" target="_blank">${comment.commentName}</a>
</#if>
</#if>
...
...
Write
Preview
Markdown
is supported
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