From 7527ae6b453e69d96c1bf5e36600a7a8fab200d7 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Sun, 30 Jun 2013 00:55:57 +0200 Subject: [PATCH] dashboard error --- app/views/admin/dashboard/index.html.haml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/admin/dashboard/index.html.haml b/app/views/admin/dashboard/index.html.haml index c6b3d7a..2343d8c 100644 --- a/app/views/admin/dashboard/index.html.haml +++ b/app/views/admin/dashboard/index.html.haml @@ -11,11 +11,11 @@ %ul#rapid_links - %li=link_to "notes", topics_path + %li=link_to "notes", admin_topics_path %li=link_to "admins (internet)", admin_admins_path - %li=link_to "urls courtes", tiny_urls_path - %li=link_to "adhérents", sheets_path - %li=link_to "newsletters", newsletters_path + %li=link_to "urls courtes", admin_tiny_urls_path + %li=link_to "adhérents", admin_sheets_path + %li=link_to "newsletters", admin_newsletters_path \ No newline at end of file