From 2e21e327ca4798bcadc9a9740e2bd3c38372be14 Mon Sep 17 00:00:00 2001 From: Jason Denney Date: Sat, 3 May 2014 19:29:22 -0400 Subject: [PATCH] Home page link to time entries --- app/views/site/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/site/index.html.haml b/app/views/site/index.html.haml index 0a23f4a..239bcc8 100644 --- a/app/views/site/index.html.haml +++ b/app/views/site/index.html.haml @@ -5,7 +5,7 @@ %p %a{class: "btn btn-lg btn-block btn-primary", href: new_time_entry_path} Add Time Entry %p - %a{class: "btn btn-lg btn-block btn-primary"} View Timesheet + %a{class: "btn btn-lg btn-block btn-primary", href: time_entries_path} View Timesheet %p %a{class: "btn btn-lg btn-block btn-primary", href: new_bike_path} Add Bike