Commit bfb0bdbe7282229b9b1eafd5d308f786e689aa09
1 parent
22ac0cc7
Exists in
master
and in
4 other branches
fixed link names
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/views/dashboard/index.html.haml
... | ... | @@ -4,8 +4,8 @@ |
4 | 4 | %aside |
5 | 5 | %h4 |
6 | 6 | - if current_user.can_create_project? |
7 | - %a.button-small.button-green{:href => new_project_path} New Repository | |
8 | - Your Repositories | |
7 | + %a.button-small.button-green{:href => new_project_path} New Project | |
8 | + Your Projects | |
9 | 9 | %ol.project-list |
10 | 10 | - @projects.each do |project| |
11 | 11 | %li | ... | ... |