diff options
author | elijah <elijah@riseup.net> | 2013-07-31 15:12:59 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-07-31 15:12:59 -0700 |
commit | 1a3fdad01d9cb2e2596281d38ce0c0f1ad4da04a (patch) | |
tree | 265a2c3393c4e6f8e2958f8739f50150e89c3d92 /app/views/home | |
parent | 21f39bf368ea1e0deb70eb918f0947fb6fbd900d (diff) |
added empty 'home' layout and removed debugger from homecontroller
Diffstat (limited to 'app/views/home')
-rw-r--r-- | app/views/home/index.html.haml | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/app/views/home/index.html.haml b/app/views/home/index.html.haml index 8c90436..0d1ac73 100644 --- a/app/views/home/index.html.haml +++ b/app/views/home/index.html.haml @@ -1,12 +1,15 @@ -%h1= t(:welcome, :provider => APP_CONFIG[:domain]) +#main + .container-fluid + .row-fluid + %h1= t(:welcome, :provider => APP_CONFIG[:domain]) -%p - We provide secure communication services, including encrypted internet, email (coming soon), and chat (coming later). + %p + We provide secure communication services, including encrypted internet, email (coming soon), and chat (coming later). -= home_page_buttons + = home_page_buttons -- if Rails.env == 'development' - .row-fluid - %hr - %p - = link_to "fetch a cert", cert_path + - if Rails.env == 'development' + .row-fluid + %hr + %p + = link_to "fetch a cert", cert_path |