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

8 lines
401 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-04-29 21:17:54 +05:30
= render 'projects/issuable/show', issuable: @issue, api_awards_path: award_emoji_issue_api_path(@issue)
2021-09-30 23:02:18 +05:30
= render 'projects/invite_members_modal', project: @project