blob: a3a42e567a8fa5396e58867e3d9b943591fdf476 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
.row-fluid
%h1= t(:welcome, :provider => APP_CONFIG[:domain])
.p=t(:welcome_message_html)
.row-fluid
= home_page_buttons
/ needed?
- if Rails.env == 'development'
.row-fluid
%hr
%p
= link_to "make donation", new_payment_path if APP_CONFIG[:payment].present?
|