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
|
%aside
|
||||||
%h4
|
%h4
|
||||||
- if current_user.can_create_project?
|
- if current_user.can_create_project?
|
||||||
%a.button-small.button-green{:href => new_project_path} New Repository
|
%a.button-small.button-green{:href => new_project_path} New Project
|
||||||
Your Repositories
|
Your Projects
|
||||||
%ol.project-list
|
%ol.project-list
|
||||||
- @projects.each do |project|
|
- @projects.each do |project|
|
||||||
%li
|
%li
|
||||||
|
|
Loading…
Reference in a new issue