summaryrefslogtreecommitdiff
path: root/app/views/projects/incidents/show.html.haml
blob: 7a1e7f503f8951800612b3f3b9942e4c59e6f297 (plain)
1
2
3
4
5
6
7
8
- @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")
- add_page_specific_style 'page_bundles/incidents'
- add_page_specific_style 'page_bundles/issues_show'

= render 'projects/issuable/show', issuable: @issue