summaryrefslogtreecommitdiff
path: root/app/views/dashboard/_project.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/dashboard/_project.html.haml')
-rw-r--r--app/views/dashboard/_project.html.haml12
1 files changed, 0 insertions, 12 deletions
diff --git a/app/views/dashboard/_project.html.haml b/app/views/dashboard/_project.html.haml
deleted file mode 100644
index 89ed5102754..00000000000
--- a/app/views/dashboard/_project.html.haml
+++ /dev/null
@@ -1,12 +0,0 @@
-= link_to project_path(project), class: dom_class(project) do
- .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