summaryrefslogtreecommitdiff
path: root/app/views/dashboard/_project.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-04 17:22:55 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-04 17:22:55 -0800
commit65105ff3bbe66363d4c922913dbc8c9514f1485c (patch)
treeb659fa3ddfd4d9670c9170bf8bf95af64eb4aa07 /app/views/dashboard/_project.html.haml
parent694ac54862d9b88ee0e82577d8fbf622534391bf (diff)
downloadgitlab-ce-65105ff3bbe66363d4c922913dbc8c9514f1485c.tar.gz
Improve projects list
* Add search filtering for group projects * Show all user projects on dashboard * Refactor projects list into one view * Hide big list of projects with 'Show all' button
Diffstat (limited to 'app/views/dashboard/_project.html.haml')
-rw-r--r--app/views/dashboard/_project.html.haml14
1 files changed, 0 insertions, 14 deletions
diff --git a/app/views/dashboard/_project.html.haml b/app/views/dashboard/_project.html.haml
deleted file mode 100644
index fa9179cb249..00000000000
--- a/app/views/dashboard/_project.html.haml
+++ /dev/null
@@ -1,14 +0,0 @@
-= link_to project_path(project), class: dom_class(project) do
- .dash-project-avatar
- = project_icon(project, alt: '', class: 'avatar project-avatar s40')
- .dash-project-access-icon
- = visibility_level_icon(project.visibility_level)
- %span.str-truncated
- %span.namespace-name
- - if project.namespace
- = project.namespace.human_name
- \/
- %span.project-name.filter-title
- = project.name
- %span.arrow
- %i.fa.fa-angle-right