fixed link names
This commit is contained in:
parent
22ac0cc7eb
commit
bfb0bdbe72
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue