summaryrefslogtreecommitdiff
path: root/app/views/home/_content.html.haml
blob: 936e05db46ef8c466fb8c12c2d609a036d8521d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.row-fluid
  %h1= t(:welcome, :provider => APP_CONFIG[:domain])
  .p=t(:welcome_message_html)

.row-fluid
  = home_page_buttons

.row-fluid
  = render 'home/provider_message'

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