diff options
author | jessib <jessib@riseup.net> | 2012-10-29 11:18:51 -0700 |
---|---|---|
committer | jessib <jessib@riseup.net> | 2012-10-29 11:18:51 -0700 |
commit | 2de76b40a926985fce186c8ba18450d310ed4fa3 (patch) | |
tree | 89644aaeb9d20ae819819f211de5f5f8cf0dd8e8 /app | |
parent | 3ba2e664a26e96a93c8640b57241af6386db361e (diff) | |
parent | 8b9d5235faed6c15e8ef2e2dc76aec7f24d0bb50 (diff) |
Merge branch 'help_develop' into develop
Diffstat (limited to 'app')
-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 0be7ca2..34fb201 100644 --- a/app/views/home/index.html.haml +++ b/app/views/home/index.html.haml @@ -1,3 +1,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 |