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

starred.html.haml « projects « dashboard « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2fd7a1cf16cf7c32ddb37e1315cca491a9bd95c5 (plain)
1
2
3
4
5
6
7
8
9
- page_title "Starred Projects"
- header_title "Projects", (current_user ? root_path : explore_root_path)
= render 'dashboard/projects_head'

- if @projects.any?
  = render 'dashboard/projects'
- else
  %h3 You don't have starred projects yet
  %p.slead Visit project page and press on star icon and it will appear on this page.