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

_mr_head.html.haml « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e7355ae2eea15482945a61b679afe247bb3b412b (plain)
1
2
3
4
- if @project.issues_enabled?
  = render "projects/issues/head"
- else
  = render "projects/merge_requests/head"