##// END OF EJS Templates
Merged r11640 from trunk (#12968)....
Merged r11640 from trunk (#12968). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/2.3-stable@11655 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r10695:923062895315
r11425:f98f9b9ae14a
Show More
_issueswatched.html.erb
11 lines | 659 B | text/plain | TextLexer
/ app / views / my / blocks / _issueswatched.html.erb
<h3><%=l(:label_watched_issues)%> (<%= Issue.visible.watched_by(user.id).count %>)</h3>
<% watched_issues = issueswatched_items %>
<%= render :partial => 'issues/list_simple', :locals => { :issues => watched_issues } %>
<% if watched_issues.length > 0 %>
<p class="small"><%= link_to l(:label_issue_view_all), :controller => 'issues',
:action => 'index',
:set_filter => 1,
:watcher_id => 'me',
:sort => 'updated_on:desc' %></p>
<% end %>