debian-mirror-gitlab/app/views/projects/issuable/_show.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
535 B
Text
Raw Normal View History

2021-04-29 21:17:54 +05:30
- api_awards_path = local_assigns.fetch(:api_awards_path, nil)
2021-01-29 00:20:46 +05:30
- 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
2022-07-23 23:45:48 +05:30
= render "projects/issues/service_desk/alert_moved_from_service_desk", issue: issuable
2021-01-29 00:20:46 +05:30
= render 'shared/issue_type/details_header', issuable: issuable
2021-04-29 21:17:54 +05:30
= render 'shared/issue_type/details_content', issuable: issuable, api_awards_path: api_awards_path