diff options
author | jessib <jessib@riseup.net> | 2012-10-05 15:41:03 -0700 |
---|---|---|
committer | jessib <jessib@riseup.net> | 2012-10-05 15:41:03 -0700 |
commit | a6de1561461cc719fddd8175c93588a47513a4b8 (patch) | |
tree | f406d98575b0515135808750f22bcb03be02b1af /app/views/home | |
parent | 118d9ab5c9f4d7a82b7cf24774ef12d3c221f8ef (diff) |
Rough code to add & comment on tickets.
Diffstat (limited to 'app/views/home')
-rw-r--r-- | app/views/home/index.html.haml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/home/index.html.haml b/app/views/home/index.html.haml index 11f18de..c27ba75 100644 --- a/app/views/home/index.html.haml +++ b/app/views/home/index.html.haml @@ -2,3 +2,11 @@ Try to fetch a = link_to "cert", cert_path + +%p +Try to create a += link_to "ticket", new_ticket_path + +%p +See all += link_to "tickets", tickets_path
\ No newline at end of file |