Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ued
/
yohogirls_mustache
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
happyhour7@163.com
2015-05-22 17:08:03 +0800
Commit
64f595a478f7ca71bde052b0f603c815543625bd
2 parents
1ab5e227
a3f797f0
Merge branch 'web_develop' of git.dev.yoho.cn:ued/yohogirls-mustache into web_develop
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
partials/common/comment.html
partials/common/comment_hk.html
partials/common/comment.html
View file @
64f595a
...
...
@@ -8,7 +8,7 @@
<
/div
>
<
div
class
=
"userinfo"
>
<
h6
>
\
{{
nick
}}
<
/h6>
<
p
class
=
"comment-text"
>
\
{{
content
}}
<
/p
>
<
p
class
=
"comment-text"
>
\
{{
{
content
}
}}
<
/p
>
\
{{
#
if
isSelf
}}
<
a
class
=
"delete-comment"
href
=
"javascript:;"
pid
=
"\{{id}}"
><
/a
>
\
{{
/if}}
...
...
partials/common/comment_hk.html
View file @
64f595a
...
...
@@ -8,7 +8,7 @@
<
/div
>
<
div
class
=
"userinfo"
>
<
h6
>
\
{{
nick
}}
<
/h6>
<
p
class
=
"comment-text"
>
\
{{
content
}}
<
/p
>
<
p
class
=
"comment-text"
>
\
{{
{
content
}
}}
<
/p
>
\
{{
#
if
isSelf
}}
<
a
class
=
"delete-comment"
href
=
"javascript:;"
pid
=
"\{{id}}"
><
/a
>
\
{{
/if}}
...
...
Please
register
or
login
to post a comment