Authored by unknown

Merge branch 'feature/web' of http://git.dev.yoho.cn/web/yohobuy into feature/web

... ... @@ -28,4 +28,4 @@ css/
.sass-cache/
script/nginx/logs/
*.DS_Store
compile
\ No newline at end of file
compile/
... ...
... ... @@ -328,7 +328,7 @@
{{/opts}}
</div>
<div class="goods-container">
<div class="goods-container clearfix{{#if opts.sixPerLine}} six-per-line{{/if}}">
{{#each goods}}
{{> product/good}}
{{/each}}
... ...
... ... @@ -59,4 +59,10 @@ a:focus {
outline: none;
}
.yoho-page {
width: 1150px;
margin-left: auto;
margin-right: auto;
}
@import "home/index", "product/index";
\ No newline at end of file
... ...
... ... @@ -263,7 +263,7 @@ class BoysController extends AbstractAction
)
);
$data = array(
'headerdata' => array($headerdata),
'headerdata' => $headerdata,
'boysHomePage' => true,
'boy' => array(
'bigSlide' => array(
... ...