diff options
author | jessib <jessib@riseup.net> | 2013-11-04 09:05:03 -0800 |
---|---|---|
committer | jessib <jessib@riseup.net> | 2013-11-04 09:05:03 -0800 |
commit | d4f835662fac2d9dca705b5cba2e207562dec833 (patch) | |
tree | 23625c0daafbaade2a1aeb9bf9b17070f1f67d51 /app/views | |
parent | 7aaedeaf6fdd2d84ebab7bde2f6a6bdcf8d930b8 (diff) | |
parent | f6924bfe3b540c384fa53e55db9db3a64a34ced3 (diff) |
Merge pull request #108 from azul/feature/proper-user-deletion
notify user their account was successfully deleted (refs #4216)
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/home/index.html.haml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/home/index.html.haml b/app/views/home/index.html.haml index 728b5b8..5a54354 100644 --- a/app/views/home/index.html.haml +++ b/app/views/home/index.html.haml @@ -6,6 +6,10 @@ %p We provide secure communication services, including encrypted internet, email (coming soon), and chat (coming later). + .row-fluid + .span6.offset3 + = render 'layouts/messages' + .row-fluid = home_page_buttons - if Rails.env == 'development' |