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

- if @issues.present?
  = paginate @issues, theme: "gitlab"