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

show.html.haml « dashboard « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fa8946011b741331df864f866420150af171f20c (plain)
1
2
3
4
5
6
7
8
9
10
11
- if @projects.any?
  .dashboard.row
    %section.activities.col-md-8
      = render 'activities'
    %aside.col-md-4
      = render 'sidebar'
    = link_to '#aside', class: 'show-aside' do
      %i.fa.fa-angle-left

- else
  = render "zero_authorized_projects"