summaryrefslogtreecommitdiff
path: root/app/views/explore/projects/_projects.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/explore/projects/_projects.html.haml')
-rw-r--r--app/views/explore/projects/_projects.html.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/explore/projects/_projects.html.haml b/app/views/explore/projects/_projects.html.haml
new file mode 100644
index 00000000000..22cc541115c
--- /dev/null
+++ b/app/views/explore/projects/_projects.html.haml
@@ -0,0 +1,6 @@
+%ul.projects-list.bordered-list.my-projects.public-projects
+ - projects.each do |project|
+ %li.project-row
+ = render partial: 'shared/project', locals: { project: project, avatar: true, stars: true }
+- unless projects.present?
+ .nothing-here-block No such projects