##// END OF EJS Templates
scm: mercurial: split latest_changesets test to tag and branch...
scm: mercurial: split latest_changesets test to tag and branch git-svn-id: http://svn.redmine.org/redmine/trunk@12748 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r11630:2c67e9e0d7ca
r12473:fdc0731cb56e
Show More
_issueswatched.html.erb
8 lines | 325 B | text/plain | TextLexer
/ app / views / my / blocks / _issueswatched.html.erb
<h3>
<%= link_to l(:label_watched_issues),
issues_path(:set_filter => 1, :watcher_id => 'me', :sort => 'updated_on:desc') %>
(<%= Issue.visible.watched_by(user.id).count %>)
</h3>
<% watched_issues = issueswatched_items %>
<%= render :partial => 'issues/list_simple', :locals => { :issues => watched_issues } %>