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: 482613f172dcedbb141449bb3ead2c45f0d5c4aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
%h3.page-title
  Issues assigned to me
  %span.pull-right #{@issues.total_count} issues

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

.row
  .span3
    = render 'shared/filter', entity: 'issue'
  .span9
    = render 'shared/issues'