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

_related_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: bab37609c2080a88312ad5a1cd8ab5bcefcc38e7 (plain)
1
2
3
4
5
- if can?(current_user, :read_issue_link, @project)
  .js-related-issues-root{ data: { endpoint: project_issue_links_path(@project, @issue),
    can_add_related_issues: "#{can?(current_user, :admin_issue_link, @issue)}",
    help_path: help_page_path('user/project/issues/related_issues'),
    show_categorized_issues: "false" } }