@@ -8,11 +8,11 | |||
|
8 | 8 | <%= render :partial => 'issues/list_simple', :locals => { :issues => reported_issues } %> |
|
9 | 9 | <% if reported_issues.length > 0 %> |
|
10 | 10 | <p class="small"><%= link_to l(:label_issue_view_all), :controller => 'issues', |
|
11 | :action => 'index', | |
|
12 | :set_filter => 1, | |
|
13 | :status_id => '*', | |
|
14 | :author_id => 'me', | |
|
15 | :sort => 'updated_on:desc' %></p> | |
|
11 | :action => 'index', | |
|
12 | :set_filter => 1, | |
|
13 | :status_id => '*', | |
|
14 | :author_id => 'me', | |
|
15 | :sort => 'updated_on:desc' %></p> | |
|
16 | 16 | <% end %> |
|
17 | 17 | |
|
18 | 18 | <% content_for :header_tags do %> |
General Comments 0
You need to be logged in to leave comments.
Login now