summaryrefslogtreecommitdiff
path: root/app/views/home/index.html.haml
blob: 68e39bbdaca1024be18e055cb01e019ad3efa86d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
%h1 Leap Web Demo

Try to fetch a 
= link_to "cert", cert_path

-if current_user
  %p 
    logged in as
    = current_user.login
    = link_to "logout", logout_path
-else
  %p
    = link_to "login", login_path
    or 
    = link_to "signup", signup_path