summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/show.html.haml
blob: a465f59c559d03950e042c1eb0b39faa27b947c5 (plain)
1
2
3
4
5
6
7
- @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, api_awards_path: award_emoji_issue_api_path(@issue)
= render 'shared/issuable/invite_members_trigger', project: @project