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: 51a8c911af8a457df5b7bad48e1362b730d4763b (plain)
1
2
3
4
5
6
7
= render "head"
.row
  .col-md-3
    = render 'shared/project_filter', project_entities_path: project_issues_path(@project),
             labels: true, redirect: 'issues'
  .col-md-9.issues-holder
    = render "issues"