Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
陈峰
7 years ago
Commit
656eadf999cde4ea9edcde2d65ce937036a23240
2 parents
912decc1
5bb51541
Merge branch 'master' into 'gray'
Master See merge request
!347
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
doraemon/views/partial/product/good.hbs
doraemon/views/partial/product/good.hbs
View file @
656eadf
...
...
@@ -43,7 +43,7 @@
{{/
is_solded
}}
</div>
<div
class=
"good-detail-text
{{#
for_stu
}}
stu-good-detail
{{/
for_stu
}}
"
>
<a
href=
"
{{
url
}}
"
target=
"_blank"
title=
"
{{#if
productTitle
}}{{
productTitle
}}{{^}}{{
product_name
}}{{/if}}
"
{{#if
noFollow
}}
rel=
"nofollow"
{{/if}}
>
{{{
product_name
}}}
111
</a>
<a
href=
"
{{
url
}}
"
target=
"_blank"
title=
"
{{#if
productTitle
}}{{
productTitle
}}{{^}}{{
product_name
}}{{/if}}
"
{{#if
noFollow
}}
rel=
"nofollow"
{{/if}}
>
{{{
product_name
}}}
</a>
<p
class=
"brand"
>
{{#if
brand_name
}}
<a
href=
"
{{
brandUrl
}}
"
title=
"
{{#if
productTitle
}}{{
productTitle
}}{{^}}{{
product_name
}}{{/if}}
"
{{#if
@root
.
pageNoFollow
}}
rel=
"nofollow"
{{/if}}
>
{{
brand_name
}}
</a>
...
...
Please
register
or
login
to post a comment