mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-02 05:39:40 +00:00
git-svn-id: http://svn.redmine.org/redmine/trunk@14719 e93f8b46-1217-0410-a6f0-8f06a7374b81
10 lines
323 B
Plaintext
10 lines
323 B
Plaintext
<% watched_issues = issueswatched_items %>
|
|
<h3>
|
|
<%= link_to l(:label_watched_issues),
|
|
issues_path(:set_filter => 1, :watcher_id => 'me', :sort => 'updated_on:desc') %>
|
|
(<%= watched_issues.limit(nil).count %>)
|
|
</h3>
|
|
|
|
|
|
<%= render :partial => 'issues/list_simple', :locals => { :issues => watched_issues.to_a } %>
|