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: f75f2e0a32a61d232ae7f6142f740089582ec077 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- page_title "Starred Projects"
- header_title "Projects", projects_path

= render 'dashboard/projects_head'

- if @last_push
  = render "events/event_last_push", event: @last_push

- if @projects.any?
  = render '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.