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

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

%p.light
  Only issues from
  %strong #{@group.name}
  group are listed here.
  - if current_user
    To see all issues you should visit #{link_to 'dashboard', issues_dashboard_path} page.
%hr

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