diff --git a/redmine/app/views/issues/_list_simple.rhtml b/redmine/app/views/issues/_list_simple.rhtml index bbf193bf..94b63d61 100644 --- a/redmine/app/views/issues/_list_simple.rhtml +++ b/redmine/app/views/issues/_list_simple.rhtml @@ -8,8 +8,8 @@
<%= issue.project.name %> - <%= issue.tracker.name %>
diff --git a/redmine/app/views/projects/list_issues.rhtml b/redmine/app/views/projects/list_issues.rhtml
index 1a082920..e7e3ceed 100644
--- a/redmine/app/views/projects/list_issues.rhtml
+++ b/redmine/app/views/projects/list_issues.rhtml
@@ -56,10 +56,10 @@
<%= sort_header_tag('issues.updated_on', :caption => l(:field_updated_on)) %>