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

_issues.html.haml « issues « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8821dbb8d9803af9fe0b70a1ba41bf1061529eb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- @issues.each do |issue|
  = render(partial: 'issues/show', locals: {issue: issue})

- if @issues.present?
  %li.bottom
    .left= paginate @issues, remote: true, theme: "gitlab"
    .right
      %span.issue_counter #{@issues.total_count}
      issues for this filter
- else
  %li
    %h4.nothing_here_message Nothing to show here