summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/show.html.haml
blob: c3949a83e3f19e9d2b1c034c09156ab3249f135c (plain)
1
2
3
4
5
6
- @content_class = "limit-container-width" unless fluid_layout
- add_to_breadcrumbs _("Issues"), project_issues_path(@project)
- breadcrumb_title @issue.to_reference
- page_title "#{@issue.title} (#{@issue.to_reference})", _("Issues")

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