blob: 9da66a1e078525678d52d77e82972ab049243764 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
%h1= t(:welcome, :provider => APP_CONFIG[:domain])
%p
We provide secure communication services, including encrypted internet, email (coming soon), and chat (coming later).
= home_page_buttons
- if Rails.env == 'development'
.row-fluid
%hr
%p
Try to fetch a
= link_to "cert", cert_path
%p
Create a
= link_to "ticket", new_ticket_path
|