Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
biao
9 years ago
Commit
d03c6819a856f8b9614aa918431e0a7097d2b460
1 parent
e1853ebc
add url for ad img
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
apps/channel/views/partial/ad.hbs
apps/channel/views/partial/ad.hbs
View file @
d03c681
<div
class=
"ad-container clearfix"
>
{{#
brandsAd
}}
<div
class=
"ad
{{#if
@first
}}
first
{{/if}}
"
>
<img
class=
"lazy-img"
data-original=
"
{{
image
src
240
240
}}
"
alt=
""
>
<a
href=
"
{{
url
}}
"
>
<img
class=
"lazy-img"
data-original=
"
{{
image
src
240
240
}}
"
alt=
""
>
</a>
{{>
brand-text-box
}}
</div>
{{/
brandsAd
}}
...
...
Please
register
or
login
to post a comment