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

show.html.haml « incidents « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 400c07835cd867a4be6e659516a92ec50877f89e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
- add_to_breadcrumbs _("Incidents"), project_incidents_path(@project)
- breadcrumb_title @issue.to_reference

- page_title "#{@issue.title} (#{@issue.to_reference})", _("Incidents")
- page_description @issue.description_html
- page_card_attributes @issue.card_attributes
- if @issue.relocation_target
  - page_canonical_link @issue.relocation_target.present(current_user: current_user).web_url

- add_page_specific_style 'page_bundles/design_management'
- add_page_specific_style 'page_bundles/incidents'
- add_page_specific_style 'page_bundles/issuable'
- add_page_specific_style 'page_bundles/issues_show'

- @content_class = "limit-container-width" unless fluid_layout

= render 'projects/issues/details_content', issuable: @issue