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
hf
10 years ago
Commit
bfc25ec50a6b3411f7f0fe92deeff203c7db7039
2 parents
c2b1a2e1
d64512f3
Merge branch 'develop' of
http://git.dev.yoho.cn/ued/yohogirls-mustache
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
partials/common/comment.html
partials/common/comment320.html
partials/common/comment_hk.html
partials/detail/detail_side_download.html
partials/layout/header_fan.html
partials/common/comment.html
View file @
bfc25ec
...
...
@@ -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/comment320.html
View file @
bfc25ec
...
...
@@ -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 @
bfc25ec
...
...
@@ -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/detail/detail_side_download.html
View file @
bfc25ec
...
...
@@ -5,7 +5,7 @@
</div>
<div
class=
"app-main"
>
<h6>
Yoho!Girls
</h6>
<p>
We love to Play
&
Learn
</p>
<p>
No Fashion, NO Life!
</p>
<div
class=
"download-btn clearfix"
>
<a
href=
"{{iosUrl}}"
><img
src=
"http://cmsres.test.yoho.cn/res/new/girls/assets/images/detail/ios-download-1024.png"
alt=
""
></a>
<a
href=
"{{androidUrl}}"
><img
src=
"http://cmsres.test.yoho.cn/res/new/girls/assets/images/detail/android-download-1024.png"
alt=
""
></a>
...
...
partials/layout/header_fan.html
View file @
bfc25ec
...
...
@@ -144,7 +144,7 @@
</ul>
</div>
<div
class=
"minEnterprise"
id=
"minEnterprise"
style=
"display:none;"
>
<div
class=
"menu-item logo {{# channel}} black_logo{{/ channel}}"
><a
href=
"/index.html"
onclick=
"YOHODCLICK('channel','web','homeHK')"
></a></div>
<div
class=
"menubar-header menubar-header-{{channel}}"
>
<div
class=
"menubar"
>
<div
class=
"menu-item menu-item-fashion menu-fashion"
>
...
...
@@ -235,4 +235,4 @@
</div>
{{# scrollToContent}}
<input
type=
"hidden"
id=
"scrollToContent"
/>
{{/ scrollToContent}}
\ No newline at end of file
{{/ scrollToContent}}
...
...
Please
register
or
login
to post a comment