Mercurial > hg > soundsoftware-site
view app/views/my/blocks/_issueswatched.html.erb @ 1298:4f746d8966dd redmine_2.3_integration
Merge from redmine-2.3 branch to create new branch redmine-2.3-integration
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:28:30 +0100 |
parents | bb32da3bea34 622f24f53b42 |
children |
line wrap: on
line source
<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_watched), :controller => 'issues', :action => 'index', :set_filter => 1, :watcher_id => 'me', :sort => 'updated_on:desc' %></p> <% end %>