Authored by 2586703@qq.com

Merge branch 'web_develop' of http://git.dev.yoho.cn/ued/yohogirls-mustache into web_develop

... ... @@ -37,7 +37,7 @@
<div class="emailBox">
<div class="webLogo">
<a href="/index.html">
<img src="<?php echo SITE_IMG; ?>/logo_girl.png" alt="">
<img src="{{> common/environment_images}}/logo_girl.png" alt="">
</a>
</div>
<h1>您已订阅!</h1>
... ...
... ... @@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Yoho!Girls | No Fashion, No Life!</title>
<link rel="stylesheet" type="text/css" href="http://localhost:8000/dist/yohogirls-frontend-web/0.0.1/girls.css" />
{> common/environment_css}}
</head>
<body>
<div class="email-subscription-container">
... ... @@ -21,5 +21,4 @@
<a class="check" href="">Check my e-mail</a>
</div>
</div>
<script type="text/javascript" src="http://localhost:8000/js/util/seajs.js?nowrap"></script>
</html>
\ No newline at end of file
... ...