summaryrefslogtreecommitdiff
path: root/app/views/home/index.html.haml
blob: 0b3bbf985c2b7bcd1d926b17f8aa07c34afdfdb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.row-fluid
  .span8
    = render 'home_text'
  .span4
    = render '/login_or_signup'

- 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