summaryrefslogtreecommitdiff
path: root/app/views/projects/incidents/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/incidents/show.html.haml')
-rw-r--r--app/views/projects/incidents/show.html.haml7
1 files changed, 6 insertions, 1 deletions
diff --git a/app/views/projects/incidents/show.html.haml b/app/views/projects/incidents/show.html.haml
index b0ddc85df5d..4d4607e8e36 100644
--- a/app/views/projects/incidents/show.html.haml
+++ b/app/views/projects/incidents/show.html.haml
@@ -1 +1,6 @@
-= render template: 'projects/issues/show'
+- @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