##// END OF EJS Templates
Merged r13037 from trunk to 2.4-stable...
Merged r13037 from trunk to 2.4-stable replace mail options reference URL at configuration.yml.example. wiki.rubyonrails.org seems dead. git-svn-id: http://svn.redmine.org/redmine/branches/2.4-stable@13039 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r11630:2c67e9e0d7ca
r12764:5d8b75fbb7f6
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 } %>