From bfb0bdbe7282229b9b1eafd5d308f786e689aa09 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 28 Nov 2011 23:14:43 +0200 Subject: [PATCH] fixed link names --- app/views/dashboard/index.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/dashboard/index.html.haml b/app/views/dashboard/index.html.haml index 9b7c381b..554d207c 100644 --- a/app/views/dashboard/index.html.haml +++ b/app/views/dashboard/index.html.haml @@ -4,8 +4,8 @@ %aside %h4 - if current_user.can_create_project? - %a.button-small.button-green{:href => new_project_path} New Repository - Your Repositories + %a.button-small.button-green{:href => new_project_path} New Project + Your Projects %ol.project-list - @projects.each do |project| %li