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

issues.html.haml « dashboard « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9888da2f7f203bfae9b2c323a1c8c7d61028c384 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
%h3.page-title
  Issues
  %span.pull-right #{@issues.total_count} issues

%p.light
  List all issues from all projects you have access to.
%hr

.row
  .fixed.sidebar-expand-button.hidden-lg.hidden-md
    %i.icon-list.icon-2x
  .col-md-3.responsive-side
    = render 'shared/filter', entity: 'issue'
  .col-md-9
    = render 'shared/issues'