Fix bug with uname
This commit is contained in:
parent
3e2e01deb6
commit
10b2c8d903
|
@ -5,7 +5,7 @@
|
|||
%ul
|
||||
- @own_projects.each do |project|
|
||||
%li
|
||||
= link_to project_path(project), project.uname
|
||||
= link_to project_path(project), project.unixname
|
||||
.block.notice
|
||||
%h3= t("layout.users.part_projects")
|
||||
.content
|
||||
|
|
Loading…
Reference in New Issue