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

index.html.haml « issues « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2e66d0595657a5aea231ad5ca1637d5c52de9526 (plain)
1
2
3
4
5
6
7
8
9
= render "head"
.row
  .fixed.fixed.sidebar-expand-button.hidden-lg.hidden-md.hidden-xs
    %i.icon-list.icon-2x
  .col-md-3.responsive-side
    = render 'shared/project_filter', project_entities_path: project_issues_path(@project),
             labels: true, redirect: 'issues'
  .col-md-9.issues-holder
    = render "issues"