@@ -4,8 +4,8 | |||
|
4 | 4 | <%= render :partial => 'issues/list_simple', :locals => { :issues => watched_issues } %> |
|
5 | 5 | <% if watched_issues.length > 0 %> |
|
6 | 6 | <p class="small"><%= link_to l(:label_issue_view_all), :controller => 'issues', |
|
7 | :action => 'index', | |
|
8 | :set_filter => 1, | |
|
9 | :watcher_id => 'me', | |
|
10 | :sort => 'updated_on:desc' %></p> | |
|
7 | :action => 'index', | |
|
8 | :set_filter => 1, | |
|
9 | :watcher_id => 'me', | |
|
10 | :sort => 'updated_on:desc' %></p> | |
|
11 | 11 | <% end %> |
General Comments 0
You need to be logged in to leave comments.
Login now