summaryrefslogtreecommitdiff
path: root/app/views/home/_content.html.haml
blob: e47fdaf21f3949117a1eb3af08fb05c866929fc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.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).

.row-fluid
  = home_page_buttons

  - if Rails.env == 'development'
    .row-fluid
      %hr
      %p
        = link_to "make donation", new_payment_path if APP_CONFIG[:payment].present?