diff options
author | elijah <elijah@riseup.net> | 2013-06-28 20:38:14 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-06-28 20:38:14 -0700 |
commit | 3dbf13f3c53a741341897aa2af36d6ef8dcead2c (patch) | |
tree | 0e239b7981165b2067755cdc1e0f18bf2067ee65 /app/views/home/index.html.haml | |
parent | 8083bf9ab76e7f253b94979cd9102250d70350d0 (diff) |
new layout for the home buttons
Diffstat (limited to 'app/views/home/index.html.haml')
-rw-r--r-- | app/views/home/index.html.haml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/app/views/home/index.html.haml b/app/views/home/index.html.haml index 96a3aee..9da66a1 100644 --- a/app/views/home/index.html.haml +++ b/app/views/home/index.html.haml @@ -1,10 +1,9 @@ -/ .row-fluid -/ .span8 -/ = render 'home_text' -/ .span4 -/ = render '/login_or_signup' +%h1= t(:welcome, :provider => APP_CONFIG[:domain]) -= render 'home_text' +%p + We provide secure communication services, including encrypted internet, email (coming soon), and chat (coming later). + += home_page_buttons - if Rails.env == 'development' .row-fluid |