Merge branch 'subscribe_fix'

This commit is contained in:
yafeilee 2014-05-25 12:17:13 +08:00
commit 8df7b0557f
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
= link_to '关于我', about_path
h4 SUBSCRIBE
ul.subscribe-ul
- if ENV['SENDCLOUD_USER'].present?
- if ENV['MAIL_SERVER'].present?
li
= link_to '邮件订阅 ', '', "ng-click"=>"click('email')"
.email-subscribe ng-show="type == 'email'"