Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-03 13:44:22 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-03 13:44:22 +0400
commitfc43c4e7fad0b958f4ba36a48ccecee82343ec2a (patch)
tree29d7473c8b6f8d7dbd93266a6094496e85adc057 /app/views/users/_projects.html.haml
parent87e0fe6f76fa8829abb99dd90a8af65ed11bc3a3 (diff)
Restyle admin/user page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/users/_projects.html.haml')
-rw-r--r--app/views/users/_projects.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/_projects.html.haml b/app/views/users/_projects.html.haml
index bcaec4a27e7..1d38f8e8ab8 100644
--- a/app/views/users/_projects.html.haml
+++ b/app/views/users/_projects.html.haml
@@ -1,6 +1,6 @@
.panel.panel-default
.panel-heading Personal projects
%ul.well-list
- - @projects.each do |project|
+ - projects.each do |project|
%li
= link_to_project project