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

_issues.html.haml « milestones « groups « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9f350b772bd90e324398e5981d32510384dc83d9 (plain)
1
2
3
4
5
6
.panel.panel-default
  .panel-heading= title
  %ul{ class: "well-list issues-sortable-list" }
    - if issues
      - issues.each do |issue|
        = render 'issue', issue: issue