debian-mirror-gitlab/app/views/projects/incidents/show.html.haml
2021-01-29 00:20:46 +05:30

7 lines
297 B
Text

- @content_class = "limit-container-width" unless fluid_layout
- add_to_breadcrumbs _("Incidents"), project_incidents_path(@project)
- breadcrumb_title @issue.to_reference
- page_title "#{@issue.title} (#{@issue.to_reference})", _("Incidents")
= render 'projects/issuable/show', issuable: @issue