Fix bug with uname

This commit is contained in:
George Vinogradov 2011-11-03 01:44:49 +04:00
parent 3e2e01deb6
commit 10b2c8d903
1 changed files with 1 additions and 1 deletions

View File

@ -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