debian-mirror-gitlab/app/views/projects/incidents/show.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
350 B
Text
Raw Normal View History

2021-01-29 00:20:46 +05:30
- @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")
2022-08-13 15:12:31 +05:30
- add_page_specific_style 'page_bundles/issues_show'
2021-01-29 00:20:46 +05:30
= render 'projects/issuable/show', issuable: @issue