X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/08de53f51b898af1e1318776913e9e62caddefea..7b05c1c060f3f85f47413ec7db984180514d3ba6:/app/controllers/issues_controller.rb?ds=inline diff --git a/app/controllers/issues_controller.rb b/app/controllers/issues_controller.rb index 516fb68ce..5cedb3c70 100644 --- a/app/controllers/issues_controller.rb +++ b/app/controllers/issues_controller.rb @@ -48,7 +48,7 @@ class IssuesController < ApplicationController end def show - @title = t ".title", :status => @issue.status.humanize, :issue_id => @issue.id + @title = t ".title.#{@issue.status}", :issue_id => @issue.id @read_reports = @issue.read_reports @unread_reports = @issue.unread_reports @comments = @issue.comments