summaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2016-08-31 16:59:37 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2016-08-31 16:59:37 +0000
commit374468e88aab174a88de3f3c77c290f341c10d0e (patch)
treed45c264c8171b9b62e92cd7425c82f65426cc1df /app/views
parent9f8053a82ebac92bc766f3207ff22e248cbcad9e (diff)
downloadredmine-374468e88aab174a88de3f3c77c290f341c10d0e.tar.gz
redmine-374468e88aab174a88de3f3c77c290f341c10d0e.zip
Merged r15772 (#23472).
git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@15773 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r--app/views/my/blocks/_issuesreportedbyme.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/my/blocks/_issuesreportedbyme.html.erb b/app/views/my/blocks/_issuesreportedbyme.html.erb
index 5b0e5b2d4..91557c035 100644
--- a/app/views/my/blocks/_issuesreportedbyme.html.erb
+++ b/app/views/my/blocks/_issuesreportedbyme.html.erb
@@ -1,7 +1,7 @@
<% reported_issues = issuesreportedbyme_items %>
<h3>
<%= link_to l(:label_reported_issues),
- issues_path(:set_filter => 1, :status_id => '*', :author_id => 'me', :sort => 'updated_on:desc') %>
+ issues_path(:set_filter => 1, :status_id => 'o', :author_id => 'me', :sort => 'updated_on:desc') %>
(<%= reported_issues.limit(nil).count %>)
</h3>