Mercurial > hg > soundsoftware-site
view .svn/pristine/47/47226d5a01dc8a69470963b9e6191a0eef3e2f87.svn-base @ 971:b80f97c892bc cannam
Merge from branch "get_statistics"
author | Chris Cannam |
---|---|
date | Fri, 19 Oct 2012 14:47:14 +0100 |
parents | cbb26bc654de |
children |
line wrap: on
line source
<h3><%=l(:label_watched_issues)%> (<%= Issue.visible.watched_by(user.id).count %>)</h3> <% watched_issues = Issue.visible.on_active_project.watched_by(user.id).recently_updated.with_limit(10) %> <%= 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 %>