diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index c9107e7a8..050d8a081 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -39,7 +39,7 @@ <% if current_user and ( current_user.administrator? or current_user.moderator? ) %> - <%= link_to t('layouts.issues'), issues_path %> + <%= link_to t('layouts.issues'), issues_path(:status => 'open') %> <% end %> <%= link_to t('layouts.gps_traces'), traces_path %> <%= link_to t('layouts.user_diaries'), diary_path %>