Add titles to issue pages
This commit is contained in:
parent
eae9c15b75
commit
b801f3e3e5
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ class IssuesController < ApplicationController
|
||||||
end
|
end
|
||||||
|
|
||||||
def show
|
def show
|
||||||
|
@title = t ".title", :status => @issue.status.humanize, :issue_id => @issue.id
|
||||||
@read_reports = @issue.read_reports
|
@read_reports = @issue.read_reports
|
||||||
@unread_reports = @issue.unread_reports
|
@unread_reports = @issue.unread_reports
|
||||||
@comments = @issue.comments
|
@comments = @issue.comments
|
||||||
|
|
Loading…
Add table
Reference in a new issue