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

_show.html.haml « issuable « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0898e0ae52d31294a6413c0399d561ff288cdd8c (plain)
1
2
3
4
5
6
7
8
9
10
- api_awards_path = local_assigns.fetch(:api_awards_path, nil)
- page_description issuable.description_html
- page_card_attributes issuable.card_attributes
- if issuable.relocation_target
  - page_canonical_link issuable.relocation_target.present(current_user: current_user).web_url

= render "projects/issues/service_desk/alert_moved_from_service_desk", issue: issuable

= render 'shared/issue_type/details_header', issuable: issuable
= render 'shared/issue_type/details_content', issuable: issuable, api_awards_path: api_awards_path