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: 4d4607e8e36d1d043057138904920d157e103459 (plain)
1
2
3
4
5
6
- @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