diff --git a/views/daily-eccm-report.hbs b/views/daily-eccm-report.hbs
index 6b3d305..691ee45 100644
--- a/views/daily-eccm-report.hbs
+++ b/views/daily-eccm-report.hbs
@@ -36,7 +36,7 @@
{{#each this.activities}}
-
- {{>redmineIssueAHref issue=this.issue}} (приоритет {{this.issue.priority.name}}; версия {{this.issue.fixed_version.name}}) - {{this.issue.subject}}
+ {{>redmineIssueAHref issue=this.issue}} (приоритет {{this.issue.priority.name}}; версия {{this.issue.fixed_version.name}}; статус {{this.issue.status.name}}) - {{this.issue.subject}}
{{#each this.changes}}
- {{this.created_on}}: {{this.change_message}}