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: 2785f92e41bed16fe4253ab825f4ffebddc7d301 (plain)
1
2
3
4
5
6
7
8
9
10
11
%h3.page-title
  Issues
  %small (assigned to you)
  %small.pull-right #{@issues.total_count} issues

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