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

7 lines
288 B
Text
Raw Normal View History

2017-08-17 22:00:37 +05:30
- @content_class = "limit-container-width" unless fluid_layout
2019-07-31 22:56:46 +05:30
- add_to_breadcrumbs _("Issues"), project_issues_path(@project)
2018-03-17 18:26:18 +05:30
- breadcrumb_title @issue.to_reference
2021-01-29 00:20:46 +05:30
- page_title "#{@issue.title} (#{@issue.to_reference})", _("Issues")
2018-03-17 18:26:18 +05:30
2021-01-29 00:20:46 +05:30
= render 'projects/issuable/show', issuable: @issue