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

_issues.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: a3399c57aa2af2dc889a3daa7a45f4297b214dda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%ul.content-list.issues-list
  = render @issues
  - if @issues.blank?
    %li
      .nothing-here-block No issues to show

- if @issues.present?
  .pull-right
    %span.issue_counter #{@issues.total_count}
    issues for this filter

  = paginate @issues, theme: "gitlab"